Skip to content

akshadaas/Langchain-using-Pinecone-vectorDB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Langchain

Any information that could be recent, proprietary or domain-specific, is fed to LLM model in the form of PDF. The data present in the pdf is divided into smaller chunks. OpenAI embeddings are used to convert this chunks into vectors. Then these vectors are stored in the vectorDB (here, pincone).

When we fetch a query , it gets converted into embeddings and then similarity search is applied between query vector and vectors present in vectorDB.

How to run?

STEPS

STEP 0: Clone the repository

git clone https://github.com/akshadaas/Langchain-using-Pincone-vectorDB.git

STEP 1: Create virtual environment (windows)

python -m venv [env_name]
[env_name]\Scripts\activate

STEP 2: Install requirements

pip install -r requirements.txt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published