azure-search-openai-demo: Wrong Citation
Please provide us with the following information:
This issue is for a: (mark with an x
)
- [ ] bug report -> please search issues before submitting
- [o ] feature request
- [ ] documentation issue or request
- [ ] regression (a behavior that used to work and stopped in a new release)
Minimal steps to reproduce
Any log messages given by the failure
Expected/desired behavior
Answer in according to uploaded files
OS and Version?
Windows 7, 8 or 10. Linux (which distribution). macOS (Yosemite? El Capitan? Sierra?) Window11
Versions
Mention any other details that might be useful
I upload my data to Azure Storage. I can run Azure Chat App correctly. But, I am disappointed with wrong answer of chatbot. My data file is written by Korean and English. My chatbot’s answer is not consistent whenever I ask. Sometimes chatbot answer correctly, sometimes not.
[ Open Source Modification ]
- create_search_index() in predocs.py
-
before : SearchableField(name=“content”, type=“Edm.String”, analyzer_name=“en_microsoft”),
-
after : SearchableField(name=“content”, type=“Edm.String”, analyzer_name=“standard.lucene”),
- query_prompt_template in chatretrieveread.py
- before : If the question is not in English, translate the question to English before generating the search query.
- After : Please search in the language of the original input of the question, never try to translate it into English.
[ Chatbot provided wrong citation ]
[ Azure Storage Explorer ] SACC is defined in different file(*Lecture-7.pdf)
How Can I improve Azure Search Service correctness?
Thanks! We’ll be in touch soon.
About this issue
- Original URL
- State: open
- Created a year ago
- Reactions: 2
- Comments: 18
I’m seeing the same issue using the sample data.
Getting same thing. Any updates on this?
I was unable to fix the issue. It used to work for me, in past deployments, but in the latest deployment, this issue popped up.
I also have the same issue. Have anyone try to fix the problem?