Skip to content

Latest commit

 

History

History
25 lines (23 loc) · 351 Bytes

README.md

File metadata and controls

25 lines (23 loc) · 351 Bytes

QUESTION YOUR PDF

How to start ??

  pip install poetry

install dependencies

  poetry shell

start the virtual env

  poetry install

create .env and write

  GOOGLE_API_KEY=

Run the code

  streamlit run rag/__init__.py

Future

will add multimodal support in future