Update README.md

This commit is contained in:
Crizomb 2024-04-20 14:00:55 +02:00 committed by GitHub
parent 9b94a76121
commit 3a77491260
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -33,7 +33,7 @@ Select or not math mode
Choose the pdf you want to work on Choose the pdf you want to work on
Wait a little bit for the pdf to get vectorized (check task manager to see if your gpu is going vrum) Wait a little bit for the pdf to get vectorized (check task manager to see if your gpu is going vrum)
Launch LM Studio, Go to the local Server tab, choose 1234 as server port, start server Launch LM Studio, Go to the local Server tab, choose the model you want to run, choose 1234 as server port, start server
(If you want to use open-ai or any other cloud LLM services, change line 10 of x/ai_pdf/back_end/inference.py with your api_key and your provider url) (If you want to use open-ai or any other cloud LLM services, change line 10 of x/ai_pdf/back_end/inference.py with your api_key and your provider url)
Ask questions to the chatbot Ask questions to the chatbot
@ -45,6 +45,7 @@ Go eat cookies
- [ ] Option tabs - [ ] Option tabs
- [ ] add more different embedding models - [ ] add more different embedding models
- [ ] add menu to choose how many relevant chunk of information the vector search should get from the vector db
- [ ] menu to configure api url and api key - [ ] menu to configure api url and api key
## Maybe in the futur ## Maybe in the futur