run-llama/LlamaIndexTS

Document Missing Vector Stores

Open

#1,152 opened on Sep 5, 2024

 (0 comments) (1 reaction) (0 assignees)TypeScript (524 forks)auto 404
enhancementgood first issuehelp wanted

Repository metrics

Stars
 (3,078 stars)
PR merge metrics
 (PR metrics pending)

Description

Most of the implemented vector stores are missing from the documentation page: https://ts.llamaindex.ai/modules/vector_stores/qdrant. I'm not sure if this is intentional. Additionally, in the code, vector stores are treated as Storage, but in the documentation, they are categorized under Vector Store, which is a bit confusing.

Contributor guide