-
-
Notifications
You must be signed in to change notification settings - Fork 23.2k
Adding Teradata VectorStore support in DocumentStore #5159
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
Adding Teradata VectorStore support in DocumentStore #5159
Conversation
|
are there any screenshots for working demo or recordings? |
6729347 to
79620b4
Compare
@HenryHengZJ I have added the screenshots in the Pull Request Description as suggested. Thanks ! |
|
can you do |
|
Output for |
|
@HenryHengZJ can you please help review the changes and let me know if any additional changes needed ? |
| constructor() { | ||
| this.label = 'Teradata Vector Store API Credentials' | ||
| this.name = 'teradataVectorStoreApiCredentials' | ||
| this.version = 1.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we add description on how to get these credentials? as if user is new to teradata
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
or perhaps we can create a docs page on https://github.com/FlowiseAI/FlowiseDocs and link to that
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The credentials related info is same as that mentioned in the below pull request:
#5002
|
thank you! |
@HenryHengZJ The error doesn't seem to suggest that teradatasql doesn't support arm64 build. It seems to be related to missing build dependencies in the Docker container. The error The possible solution to this could be to use multi-stage build, where in "Build Stage" the build tools/dependencies can be installed for native module compilation and in "Production Stage" compiled node_modules can be copied from builder stage. Could you please check if this helps ? |
|
@HenryHengZJ Hope you are doing fine. Did you get a chance to look into the build issue resolution somehow ? Please check my last comment and let me know if it can help fix build issue or am I missing something here. |


Below are the screenshots for the working demo: