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

hybrid retrieval #152

Merged
merged 9 commits into from
Dec 7, 2023
Merged

hybrid retrieval #152

merged 9 commits into from
Dec 7, 2023

Conversation

hbertrand
Copy link
Collaborator

No description provided.

buster/retriever/base.py Outdated Show resolved Hide resolved
@@ -33,7 +33,7 @@ class BusterConfig:
"max_tokens": 3000,
"top_k": 3,
"thresh": 0.7,
"embedding_model": "text-embedding-ada-002",
"embedding_fn": get_openai_embedding,
Copy link
Owner

Choose a reason for hiding this comment

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

did you rebase / merge main? This should already be there at this point

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

yes it's rebased. Not sure why it still shows this

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

wait I checked main, we didn't do the change actually. Seems like a bug fix then :-)

@hbertrand hbertrand merged commit db7db50 into main Dec 7, 2023
1 check passed
@hbertrand hbertrand deleted the hybrid_retrieval branch December 7, 2023 21:14
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.

2 participants