What is difference between system prompt and query prompt wrapper? #192
Replies: 8 comments
|
Hi @abrahimzaman360, Basically The job of the Hope it helps! |
Thanks |
|
@SeeknnDestroy how to improve it because it is taking a lot of time than usual for loading response! |
|
I have just one xlsx file, but taking 30-40 seconds to generate |
|
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? |
|
174 KB |
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. |
|
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. |
Uh oh!
There was an error while loading. Please reload this page.
I'm a bit confused!
All reactions