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

Retry/batching strategy to protect against timeouts #14

Closed
hemidactylus opened this issue Jun 30, 2023 · 0 comments
Closed

Retry/batching strategy to protect against timeouts #14

hemidactylus opened this issue Jun 30, 2023 · 0 comments
Labels
LangChain To track what is specific to/involves langchain integration wontfix This will not be worked on

Comments

@hemidactylus
Copy link
Collaborator

A retry strategy (essentially, it could be three parameters num_retries, retry_timeout, retry_sleep_seconds) for CQL operations.

This might have interplay with a batching strategy at cassIO level. However, given the current design of cassIO/langchain integration (e.g. vector store insert many) one should move the whole insert-many into cassIO (which could even make sense after all).
So cassIO would espose a put_many method that internally handles even batching.

@hemidactylus hemidactylus added the LangChain To track what is specific to/involves langchain integration label Jun 30, 2023
@hemidactylus hemidactylus added the wontfix This will not be worked on label Feb 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
LangChain To track what is specific to/involves langchain integration wontfix This will not be worked on
Projects
Status: Done
Development

No branches or pull requests

1 participant