2023-06-28 08:37:01 +00:00
# Vector Databases
2023-08-29 17:54:08 +00:00
This section of the OpenAI Cookbook showcases many of the vector databases available to support your semantic search use cases.
2023-06-28 08:37:01 +00:00
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.
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.
## Guides & deep dives
- [AnalyticDB ](https://www.alibabacloud.com/help/en/analyticdb-for-postgresql/latest/get-started-with-analyticdb-for-postgresql )
2023-08-29 22:20:51 +00:00
- [Cassandra/Astra DB ](https://docs.datastax.com/en/astra-serverless/docs/vector-search/qandasimsearch-quickstart.html )
2024-02-01 20:58:32 +00:00
- [Azure AI Search ](https://learn.microsoft.com/azure/search/search-get-started-vector )
2023-06-28 08:37:01 +00:00
- [Chroma ](https://docs.trychroma.com/getting-started )
2023-08-29 17:54:08 +00:00
- [Elasticsearch ](https://www.elastic.co/guide/en/elasticsearch/reference/current/knn-search.html )
2023-06-28 08:37:01 +00:00
- [Hologres ](https://www.alibabacloud.com/help/en/hologres/latest/procedure-to-use-hologres )
- [Kusto ](https://learn.microsoft.com/en-us/azure/data-explorer/web-query-data )
- [Milvus ](https://milvus.io/docs/example_code.md )
- [MyScale ](https://docs.myscale.com/en/quickstart/ )
2023-09-26 23:22:58 +00:00
- [MongoDB ](https://www.mongodb.com/products/platform/atlas-vector-search )
2023-09-30 01:23:01 +00:00
- [Neon Postgres ](https://neon.tech/docs/ai/ai-intro )
2023-06-28 08:37:01 +00:00
- [Pinecone ](https://docs.pinecone.io/docs/quickstart )
2023-07-12 19:28:45 +00:00
- [PolarDB ](https://www.alibabacloud.com/help/en/polardb/latest/quick-start )
2023-06-28 08:37:01 +00:00
- [Qdrant ](https://qdrant.tech/documentation/quick-start/ )
- [Redis ](https://github.com/RedisVentures/simple-vecsim-intro )
- [SingleStoreDB ](https://www.singlestore.com/blog/how-to-get-started-with-singlestore/ )
2023-11-07 22:37:46 +00:00
- [Supabase ](https://supabase.com/docs/guides/ai )
2023-12-20 21:39:08 +00:00
- [Tembo ](https://tembo.io/docs/tembo-stacks/vector-db )
2023-06-28 08:37:01 +00:00
- [Typesense ](https://typesense.org/docs/guide/ )
2024-02-22 01:33:01 +00:00
- [Vespa AI ](https://vespa.ai/ )
2023-07-17 22:53:44 +00:00
- [Weaviate ](https://weaviate.io/developers/weaviate/quickstart )
2023-07-12 19:28:45 +00:00
- [Zilliz ](https://docs.zilliz.com/docs/quick-start-1 )