openai-cookbook/examples/vector_databases
2025-02-14 09:14:17 -08:00
..
analyticdb Misc updates (#1022) 2024-01-25 11:59:05 -06:00
azuresearch Update Azure Cognitive Search to latest stable/GA Python SDK version + Renaming to Azure AI Search (#924) 2024-02-01 15:58:32 -05:00
cassandra_astradb docs: update Philosophical_Quotes_CQL.ipynb (#1241) 2024-06-07 12:53:57 -07:00
chroma Misc updates (#1022) 2024-01-25 11:59:05 -06:00
deeplake Misc updates (#1022) 2024-01-25 11:59:05 -06:00
elasticsearch Misc updates (#1022) 2024-01-25 11:59:05 -06:00
hologres Misc updates (#1022) 2024-01-25 11:59:05 -06:00
kusto Misc updates (#1022) 2024-01-25 11:59:05 -06:00
milvus Misc updates (#1022) 2024-01-25 11:59:05 -06:00
mongodb_atlas Misc updates (#1022) 2024-01-25 11:59:05 -06:00
myscale Misc updates (#1022) 2024-01-25 11:59:05 -06:00
neon Misc updates (#1022) 2024-01-25 11:59:05 -06:00
pinecone Msingh openai rag with vision (#1561) 2024-11-13 14:11:41 -08:00
PolarDB Misc updates (#1022) 2024-01-25 11:59:05 -06:00
qdrant Phundal-bugfixes across 3 scripts (#1598) 2025-02-03 13:43:26 -08:00
redis updated redisqna cookbook to openai version >1.0.0 (#1685) 2025-02-14 09:14:17 -08:00
SingleStoreDB Misc updates (#1022) 2024-01-25 11:59:05 -06:00
supabase Misc updates (#1022) 2024-01-25 11:59:05 -06:00
tair Misc updates (#1022) 2024-01-25 11:59:05 -06:00
typesense Misc updates (#1022) 2024-01-25 11:59:05 -06:00
weaviate Misc updates (#1022) 2024-01-25 11:59:05 -06:00
zilliz Misc updates (#1022) 2024-01-25 11:59:05 -06:00
README.md Update README.md (#1131) 2024-04-28 00:43:46 -07:00

Vector Databases

This section of the OpenAI Cookbook showcases many of the vector databases available to support your semantic search use cases.

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