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

Push the FS 77 Changes related to the complex queries #17

Merged
merged 4 commits into from
Nov 8, 2024

Conversation

gaganahluwalia
Copy link
Collaborator

Description

These changes are for the US - FS77, where complex queries were not working

Changelog

  • Major changes were done in the way Cypher Query is generated along with the way an answer is validated.

.env.example Outdated
ROUTER_MODEL="gpt-4o-mini"
FILE_AGENT_MODEL="gpt-4o-mini"
SUGGESTIONS_MODEL="gpt-4o-mini"
REDIS_HOST="localhost"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we move REDIS condig somewhere else in this file? I don't think it fits under # model

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's done, I have moved it up.


When returning a value, always remove the `-` sign before the number.
8. **Expense Handling**:
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need still need this expense handling logic?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We don't actually need this. I just labelled the whole validation prompt. There is a lot of legacy code related to InferGPT, so I believe we should create a Ticket later on to remove all that.

@gaganahluwalia gaganahluwalia merged commit 88bda8c into main Nov 8, 2024
4 checks passed
@gaganahluwalia gaganahluwalia deleted the FS-77/Fix-Datastore-Complex-Query branch November 8, 2024 15:39
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

Successfully merging this pull request may close these issues.

3 participants