What is difference between system prompt and query prompt wrapper? #192
Replies: 8 comments
-
Hi @abrahimzaman360, Basically The job of the
Hope it helps! |
Beta Was this translation helpful? Give feedback.
-
Thanks |
Beta Was this translation helpful? Give feedback.
-
@SeeknnDestroy how to improve it because it is taking a lot of time than usual for loading response! |
Beta Was this translation helpful? Give feedback.
-
I have just one xlsx file, but taking 30-40 seconds to generate |
Beta Was this translation helpful? Give feedback.
-
can you please share a reproducible code snippets for me to better resolve the issue you are experiencing, also the size of the xlsx file? |
Beta Was this translation helpful? Give feedback.
-
You can use faster llm models like gpt-3.5-turbo, and your chunk size & similarity_top_k will also effect your pipeline execution time overall. |
Beta Was this translation helpful? Give feedback.
-
Currently, I'm getting issues regarding '\n' everywhere in JSON response! I'm doing the response in the form of JSON string which will be JSON.parsed in TypeScript! I'm getting the correct response as I want in the Normal GPT Model but wanna train on a small kind of specific use case. |
Beta Was this translation helpful? Give feedback.
-
I'm a bit confused!
Beta Was this translation helpful? Give feedback.
All reactions