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

Support RAG init version. #2

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

yao531441
Copy link
Collaborator

No description provided.

]

SQL_CHAIN_PROMPT_RAG = PromptTemplate.from_examples(
examples=SQL_CHAIN_EXAMPLES_RAG,
Copy link
Collaborator

Choose a reason for hiding this comment

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

So examples is the question-answer set that will be stored in vector store and then searched against?

SQL_CHAIN_PROMPT_RAG = PromptTemplate.from_examples(
examples=SQL_CHAIN_EXAMPLES_RAG,
suffix=SPARK_SQL_SUFFIX_RAG,
input_variables=[
Copy link
Collaborator

Choose a reason for hiding this comment

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

How are these input variables used? in which phase?

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