Hi, I'm rather new to open ai and tying to find my way around. I would like to build a chat assistent for my web site that is limited to the specific documents i provide it. So created a vector uploaded all the files and it seems to work. The chat answers from the data i provide. What i cannot figure out on how to limit my chat assistent so it cannot answer random questions about somthing else. Can someone point me in the direction on how to do this?
#Chat Assistent
1 messages · Page 1 of 1 (latest)
dont answer the user if the response had no file references aka annotations
Aha didn't think of that. Thanks!
@rocky tide I implemented an example to test this approach. But for some reason it sometimes returns a message like "it seems the information is not in your documenets etc.." with no annotations. But sometimes it just returns an answer and has annotations to file citations. Not sure why this seems to be random. Do you know how i can teak this so it always returns no annatations?
its still in beta and for search you cant properly adjust result ranking so if it thinks nothing matched you cant do anything. you cant change the response format so there should always be annotations when files were used. if you want full control of everything then not using assistants is the best way