Replies: 1 comment 1 reply
-
Hi, did you find any answer? This feature, together with automatic initialization will be very useful when using small documents or when GPT-4 with 32k tokens will be available. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Using the "Getting started" documentation, I managed to successfully run this example for question answering over documents:
However, resending the documents to the API for every question is expensive. From browsing the documentation it was not clear to me how to send the documents once and ask several questions.
Beta Was this translation helpful? Give feedback.
All reactions