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

Add documentation for BatchingStrategy in vector stores #1424

Closed

Commits on Sep 26, 2024

  1. Add documentation for BatchingStrategy in vector stores

    - Explain the need for batching due to embedding model thresholds
    - Describe the BatchingStrategy interface and its purpose
    - Detail the default TokenCountBatchingStrategy implementation
    - Provide information on using and customizing batching strategies
    - Mention that several vector stores are pre-configured with the default strategy
    sobychacko committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    0e36556 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. Addressing PR review

    sobychacko committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    918e071 View commit details
    Browse the repository at this point in the history