Skip to content

Code for Embeddings, VectorStore, SemanticSearch, and RAG using Azure OpenAI

License

Notifications You must be signed in to change notification settings

vs4vijay/LLM-Ecosystem

Repository files navigation

LLM-Ecosystem

Code for Embeddings, VectorStore, SemanticSearch, and RAG using Azure OpenAI.

Installation

Pre-requisites:

  • Python 3.10+ and pip
pip install -r requirements.txt

Running

  • Copy .env.example to .env and fill in the values

  • Run the following command to start the server

python 0_llm.py

python 1_embeddings.py

python 2_semantic_search.py

python 3_vectorstore.py

python 4_llm_app.py

Advance

poetry shell

poetry install

About

Code for Embeddings, VectorStore, SemanticSearch, and RAG using Azure OpenAI

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages