Replies: 3 comments 1 reply
-
In the retreiver object, you can set the number of documents you want to use as top_k, here is the link: https://python.langchain.com/en/latest/reference/modules/retrievers.html#langchain.retrievers.ChatGPTPluginRetriever.top_k |
Beta Was this translation helpful? Give feedback.
1 reply
-
I would like to know this too. Good question |
Beta Was this translation helpful? Give feedback.
0 replies
-
You can change the number of sources here: Line 190 in 6f89470 By replacing it with: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
Awesome project! Thanks for sharing!
I had 20,000 text files embedded in my chroma db, and each file is a short story, i currently use
Wizard-Vicuna-13B-Uncensored-HF
as my model, and I wanted to know how to change the model to use more than just 4 sources in the creation of a new story? or perhaps I approach this the wrong way?thanks again for your work!!
Best,
RS
Beta Was this translation helpful? Give feedback.
All reactions