drdo project prerquisites
- python
- langchain
- ollama - llama3 model
- chroma db
- embedding model: mxbai-embed-large
- torch
-
download ollama then run command
ollama pull llama3or any model you like to act as the llm model also run commandollama pull mxbai-embed-large -
after install ollama exit ollama and run command
ollama serve\ -
create the folder called text_dataset to input all the dataset in pdf format and run the python file by
python database.py -
after the textdataset file has all your pdf files run the command
python app.pyto use the ui. username-"farmin2" password- "123"