Skip to content

Commit bad5900

Browse files
authored
Splitting Vector Databases into individual cookbooks (openai#529)
* Initial commit of vector database cookbooks split out individually * Moved notebooks to each provider's named folder and updated the README * Removed vector DB overall cookbook in favour of individual directories
1 parent f53a22e commit bad5900

9 files changed

+5477
-2488
lines changed

examples/vector_databases/README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Vector Databases
2+
3+
This section of the OpenAI Cookbook showcases many of the vector databases available to support your semantic search use cases.
4+
5+
Vector databases can be a great accompaniment for knowledge retrieval applications, which reduce hallucinations by providing the LLM with the relevant context to answer questions.
6+
7+
Each provider has their own named directory, with a standard notebook to introduce you to using our API with their product, and any supplementary notebooks they choose to add to showcase their functionality.
8+
9+
## Guides & deep dives
10+
- [AnalyticDB](https://www.alibabacloud.com/help/en/analyticdb-for-postgresql/latest/get-started-with-analyticdb-for-postgresql)
11+
- [Chroma](https://docs.trychroma.com/getting-started)
12+
- [Hologres](https://www.alibabacloud.com/help/en/hologres/latest/procedure-to-use-hologres)
13+
- [Kusto](https://learn.microsoft.com/en-us/azure/data-explorer/web-query-data)
14+
- [Milvus](https://milvus.io/docs/example_code.md)
15+
- [MyScale](https://docs.myscale.com/en/quickstart/)
16+
- [Pinecone](https://docs.pinecone.io/docs/quickstart)
17+
- [Qdrant](https://qdrant.tech/documentation/quick-start/)
18+
- [Redis](https://github.com/RedisVentures/simple-vecsim-intro)
19+
- [SingleStoreDB](https://www.singlestore.com/blog/how-to-get-started-with-singlestore/)
20+
- [Typesense](https://typesense.org/docs/guide/)
21+
- [Weaviate](https://weaviate.io/developers/weaviate/quickstart)

0 commit comments

Comments
 (0)