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

automating tool benchmarks #188

Closed
wants to merge 15 commits into from
Closed

automating tool benchmarks #188

wants to merge 15 commits into from

Conversation

isahers1
Copy link
Collaborator

@isahers1 isahers1 commented Jul 3, 2024

No description provided.

"{instructions} Here are some example conversations of the user interacting with the AI until the correct answer is reached: ",
),
]
+ semantic_similar_few_shots("{question}", retriever, examples)
Copy link
Contributor

Choose a reason for hiding this comment

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

this needs to be part of the actual chain, currently its just getting static examples based on the string literal "{question}"

Copy link
Contributor

Choose a reason for hiding this comment

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

should just have an examples placeholder thats filled at runtime

)
retriever = vectorstore.as_retriever()

prompts = [
Copy link
Contributor

Choose a reason for hiding this comment

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

could we upload all these prompts to the prompt hub and pull from it in the script?

@baskaryan baskaryan closed this Jul 24, 2024
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