mirror of
https://github.com/james-m-jordan/openai-cookbook.git
synced 2025-05-09 19:32:38 +00:00

* get started azuresearch * master docs reference * pablo comments * replace placeholders with "_" * azs latest sdk updates * deep dive link * openai feedback * not print the whole vector in console * cleanup outputs * cleanup outputs pip
1.8 KiB
1.8 KiB
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.