Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OpenAI Queries also responds to questions not contained in the embeddings #103

Open
marcos99-sap opened this issue Jul 27, 2023 · 1 comment

Comments

@marcos99-sap
Copy link

The system seems to give answer that is not related to the information present into the embedding. For example, give an answer using the wikipedia information

@marcos99-sap
Copy link
Author

Hi all,

if I have correctly understood, seems to be a problem related to the following pieces of customprompt:

Each source has a name followed by a colon and the actual information, always include the source name for each fact you use in the response. Always use double square brackets to reference the filename source, e.g. [[info1.pdf.txt]]. Don't combine sources, list each source separately, e.g. [[info1.pdf]][[info2.txt]].
After answering the question generate three very brief follow-up questions that the user would likely ask next.
Only use double angle brackets to reference the questions, e.g. <<Are there exclusions for prescriptions?>>.
Only generate questions and do not generate any text before or after the questions, such as 'Follow-up Questions:'.
Try not to repeat questions that have already been asked.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant