You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openai-cookbook/examples/vector_databases
Pookam90 2362d96acc
Update README.md (#1131)
2 weeks ago
..
PolarDB Misc updates (#1022) 4 months ago
SingleStoreDB Misc updates (#1022) 4 months ago
analyticdb Misc updates (#1022) 4 months ago
azuresearch Update Azure Cognitive Search to latest stable/GA Python SDK version + Renaming to Azure AI Search (#924) 3 months ago
cassandra_astradb Misc updates (#1022) 4 months ago
chroma Misc updates (#1022) 4 months ago
deeplake Misc updates (#1022) 4 months ago
elasticsearch Misc updates (#1022) 4 months ago
hologres Misc updates (#1022) 4 months ago
kusto Misc updates (#1022) 4 months ago
milvus Misc updates (#1022) 4 months ago
mongodb_atlas Misc updates (#1022) 4 months ago
myscale Misc updates (#1022) 4 months ago
neon Misc updates (#1022) 4 months ago
pinecone updated semantic search notebook (#1033) 3 months ago
qdrant docs: add tip (#1044) 3 months ago
redis Misc updates (#1022) 4 months ago
supabase Misc updates (#1022) 4 months ago
tair Misc updates (#1022) 4 months ago
typesense Misc updates (#1022) 4 months ago
weaviate Misc updates (#1022) 4 months ago
zilliz Misc updates (#1022) 4 months ago
README.md Update README.md (#1131) 2 weeks ago

README.md

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