Skip to content

Commit

Permalink
add example notebook; add quickstart link (#17466)
Browse files Browse the repository at this point in the history
  • Loading branch information
ziodave authored Jan 9, 2025
1 parent 0648ceb commit a492b03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/community/integrations/vector_stores.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ as the storage backend for `VectorStoreIndex`.
- Upstash (`UpstashVectorStore`). [Quickstart](https://upstash.com/docs/vector/overall/getstarted)
- Vertex AI Vector Search (`VertexAIVectorStore`). [Quickstart](https://cloud.google.com/vertex-ai/docs/vector-search/quickstart)
- Weaviate (`WeaviateVectorStore`). [Installation](https://weaviate.io/developers/weaviate/installation). [Python Client](https://weaviate.io/developers/weaviate/client-libraries/python).
- WordLift (`WordliftVectorStore`). [Python Client](https://pypi.org/project/wordlift-client/).
- WordLift (`WordliftVectorStore`). [Quickstart](https://docs.wordlift.io/llm-connectors/wordlift-vector-store/). [Python Client](https://pypi.org/project/wordlift-client/).
- Zep (`ZepVectorStore`). [Installation](https://docs.getzep.com/deployment/quickstart/). [Python Client](https://docs.getzep.com/sdk/).
- Zilliz (`MilvusVectorStore`). [Quickstart](https://zilliz.com/doc/quick_start)

Expand Down
1 change: 1 addition & 0 deletions docs/docs/module_guides/storing/vector_stores.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,4 +118,5 @@ For more details, see [Vector Store Integrations](../../community/integrations/v
- [Vertex AI Vector Search](../../examples/vector_stores/VertexAIVectorSearchDemo.ipynb)
- [Weaviate](../../examples/vector_stores/WeaviateIndexDemo.ipynb)
- [Weaviate Hybrid Search](../../examples/vector_stores/WeaviateIndexDemo-Hybrid.ipynb)
- [WordLift](../../examples/vector_stores/WordLiftDemo.ipynb)
- [Zep](../../examples/vector_stores/ZepIndexDemo.ipynb)

0 comments on commit a492b03

Please sign in to comment.