You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To use a local Llama model switch to 'local' branch of this repository
Create a consume folder in the project base directory and place the PDF files in the directory.
Create a .env file -
# not required for local model
HUGGINGFACEHUB_API_TOKEN=_______
# URL for embeddings endpoint of the local model e.g. - http://100.105.38.57:3001/v1/embeddings
EMBEDDINGS_URL=_______
Create virtual environment and install requirements