Find answers from the community

Home
Members
holodeck
h
holodeck
Offline, last seen 2 months ago
Joined September 25, 2024
@kapa.ai how do you set a system_prompt with query's using as_query_engine()
7 comments
k
h
also.. had to delete and recreate all my DB saved embeddings due to the upgrade, what changed? the previous embeddings worked great but of course would not work with the new 4.19 version, have we lost something in the refactoring/newer version?
7 comments
j
h
The openai playground still works well for my use case on davinci, this seems more like the embedding search returned 'text chunk' not containing the correct information... i.e. I know the keyword is there in the embedding however it's not creating a useful answer as frequently. This def started happening around the time of the gpt version upgrade for turbo, but after the llama rename.
1 comment
j
Is it my imagination or am I getting worse results with embeddings and queries EVEN with davinci. The previous versions of GPT-Index seemed magical, however the queries against generated embeddings seem to result in "The context information does not mention anything about...."... did the internal prompts change or should i use some optimized settings for the Vector creation, I've been using the library for over a month and def see a difference. hopefully a simple fix. I'm using documents = SimpleWebPageReader(html_to_text=True).load_data([url]) and index = GPTSimpleVectorIndex(..)
3 comments
j