-
Notifications
You must be signed in to change notification settings - Fork 172
Added Contextual AI Parser with Weaviate Recipe #279
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
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
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.
Orca Security Scan Summary
Status | Check | Issues by priority | |
---|---|---|---|
![]() |
Infrastructure as Code | ![]() ![]() ![]() ![]() |
View in Orca |
![]() |
SAST | ![]() ![]() ![]() ![]() |
View in Orca |
![]() |
Secrets | ![]() ![]() ![]() ![]() |
View in Orca |
![]() |
Vulnerabilities | ![]() ![]() ![]() ![]() |
View in Orca |
🛡️ The following IaC misconfigurations have been detected
NAME | FILE | ||
---|---|---|---|
![]() |
Controller creating containers without dropped capabilities | ...a/docker-compose.yml | View in code |
![]() |
Controller creating containers without dropped capabilities | ...ker-compose-apis.yml | View in code |
![]() |
Controller creating containers without dropped capabilities | ...se-contextionary.yml | View in code |
![]() |
Controller creating containers without dropped capabilities | ...se-contextionary.yml | View in code |
![]() |
Controller creating containers without dropped capabilities | ...ose-transformers.yml | View in code |
![]() |
Controller creating containers without dropped capabilities | ...ose-transformers.yml | View in code |
![]() |
Controller creating containers without dropped capabilities | ...zeroshot/compose.yml | View in code |
![]() |
Controller creating containers without dropped capabilities | ...zeroshot/compose.yml | View in code |
![]() |
Controller creating containers without dropped capabilities | ...er-compose-clip.yaml | View in code |
![]() |
Controller creating containers without dropped capabilities | ...er-compose-clip.yaml | View in code |
![]() |
Controller creating containers without dropped capabilities | ...h/docker-compose.yml | View in code |
![]() |
Controller creating containers without dropped capabilities | ...se-t2v-snowflake.yml | View in code |
![]() |
Controller creating containers without dropped capabilities | ...se-t2v-snowflake.yml | View in code |
![]() |
Container Traffic Not Bound To Host Interface | ...a/docker-compose.yml | View in code |
![]() |
Container Traffic Not Bound To Host Interface | ...ker-compose-apis.yml | View in code |
![]() |
Container Traffic Not Bound To Host Interface | ...se-contextionary.yml | View in code |
![]() |
Container Traffic Not Bound To Host Interface | ...se-contextionary.yml | View in code |
![]() |
Container Traffic Not Bound To Host Interface | ...ose-transformers.yml | View in code |
![]() |
Cpus Not Limited | ...ose-transformers.yml | View in code |
![]() |
Cpus Not Limited | ...ose-transformers.yml | View in code |
![]() |
Container Traffic Not Bound To Host Interface | ...tion/knn/compose.yml | View in code |
![]() |
Cpus Not Limited | ...tion/knn/compose.yml | View in code |
![]() |
Container Traffic Not Bound To Host Interface | ...er-compose-clip.yaml | View in code |
![]() |
Cpus Not Limited | ...er-compose-clip.yaml | View in code |
![]() |
Container Traffic Not Bound To Host Interface | ...se-t2v-snowflake.yml | View in code |
... | ... | ... | ... |
This looks awesome @jinashrouniyar-268, thank you for the contribution! |
@erika-shorten I have marked this PR ready for review. This can now be merged to the main repo. Thanks |
To avoid any confusion in the future about your contribution to Weaviate, we work with a Contributor License Agreement. If you agree, you can simply add a comment to this PR that you agree with the CLA so that we can merge. |
I agree with the Contributor License Agreement |
integrations/data-platforms/contextual-ai/rag_over_pdfs_contextual_weaviate.ipynb
Show resolved
Hide resolved
integrations/data-platforms/contextual-ai/rag_over_pdfs_contextual_weaviate.ipynb
Outdated
Show resolved
Hide resolved
Hi @jinashrouniyar-268, |
Description
This is a code recipe that uses Weaviate to perform RAG over PDF documents parsed by Contextual AI Parser.
In this notebook, we accomplish the following:
Contribution Type
Promotion