-
Notifications
You must be signed in to change notification settings - Fork 27
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
Python version for generative-ai-cdk-constructs #1394
Comments
Hey @santoshsg1308, it appears as though the Python documentation for this construct stopped working between versions 0.1.39 and 0.1.40. I'll take a deeper look into this and see what I can find. |
I have managed to create opensearch serverless collection with vector index and attaching it to a knowledgebase using the generative-ai-cdk-constructs library in python now. |
@santoshsg1308 For questions about the usage of the package, please file an issue on the construct specific Github. |
Fixed in #1421 via https://github.com/aws/jsii-rosetta/releases/tag/v5.4.34 Need to make sure this is deployed and then check again. |
Can you please let us know when can we expect the docs for python equivalent of https://constructs.dev/packages/@cdklabs/generative-ai-cdk-constructs/v/0.1.87?submodule=opensearch_vectorindex&lang=python
Basically we want to create an opensearchserverless collection with custom vector field and index name and further create a knowledgebase as well .
As a priority we would like to know if there is a to create index and a vector field on an existing opensearch serverless collection as we would eventually want to define multiple knowledgebases pointing to a specific index and vector field in the same opensearch serverless collection
The text was updated successfully, but these errors were encountered: