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

Replace the SQL chatbot Data Ingestion with Camel Route & fix the GPT… #1189

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

zbendhiba
Copy link
Contributor

… default model name in the doc

@zbendhiba zbendhiba requested a review from a team as a code owner January 3, 2025 16:05

This comment has been minimized.

Copy link
Collaborator

@geoand geoand left a comment

Choose a reason for hiding this comment

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

Thanks!

I added a couple of comments

public class Movie {

@Id
@GeneratedValue
private int id;

@Column(name = "index")
@DataField(pos = 1)
Copy link
Member

Choose a reason for hiding this comment

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

Does camel not support csv column names ? Seems redundant having to specify order here ?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

According to the doc : Camel Bindy doesn't. And it's not related to persistence so I don't know exactly if we can improve that

@zbendhiba zbendhiba marked this pull request as draft January 6, 2025 08:33
@zbendhiba zbendhiba force-pushed the improve-sql-chatbot-data-ingestion branch from c020ad0 to ec779a5 Compare January 6, 2025 08:49
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