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

Updated utilities plugin description #385

Merged
merged 2 commits into from
Apr 14, 2024

Conversation

ShravanSunder
Copy link
Contributor

@ShravanSunder ShravanSunder commented Apr 8, 2024

Only description update


- Iterator node: The iterator Node will map an array of input objects through a provided graph. It allows for parallel execution with concurrency controls and caching.
- Pipeline node: The PipelineNode will take and input and run it through a pipeline of graphs (stages). Each stage's output will be the next graph's input. In addition, the pipeline node can have optional pre/post graph.
- Pinecode Search/Upsert node: These nodes will allow you to search or upsert documents in a pinecone collection. Allows for metadata, sparse vectors as optional inputs
Copy link
Collaborator

Choose a reason for hiding this comment

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

Did you mean pinecone?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

yes! pushed!

@abrenneke abrenneke merged commit 0b10cf8 into Ironclad:main Apr 14, 2024
1 check passed
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