You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there, I need an idea how to handle my problem:
I want to build a chat agent which I can query about a specific document , therefore I load the document, parse it to text into tokens and load it via embedings to openAI using gpt-4 model.
Now I ask my bot about something within the document , everything fine.
But now I want the response in a specific XML format. Therefore I was trying to load also the XSD (my XML definition file) into the database and prompting somthing like give me 3 multiple choice filecard and return it as in the known xml format
but my bot refuses ... maybe the way Iam trying to to this is wiered but as a beginner I need an idea how to handle this challange .. ;) Thanks a lot for your help !
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there, I need an idea how to handle my problem:
I want to build a chat agent which I can query about a specific document , therefore I load the document, parse it to text into tokens and load it via embedings to openAI using gpt-4 model.
Now I ask my bot about something within the document , everything fine.
But now I want the response in a specific XML format. Therefore I was trying to load also the XSD (my XML definition file) into the database and prompting somthing like give me 3 multiple choice filecard and return it as in the known xml format
but my bot refuses ... maybe the way Iam trying to to this is wiered but as a beginner I need an idea how to handle this challange .. ;) Thanks a lot for your help !
Beta Was this translation helpful? Give feedback.
All reactions