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

Include more information about the caller #80

Closed
wants to merge 2 commits into from
Closed

Commits on Sep 26, 2024

  1. Include more information about the caller

    Currently, when making calls to AstraDB, we include a `User-Agent`
    header identifying the API caller. This header is currently set to
    "langchain" by default at the moment. This change threads the
    `caller_name` parameter throughout the API and appends a suffix
    identifying which class created the API client:
    
    * langchain/cache
    * langchain/chat_message_history
    * langchain/document_loader
    * langchain/graph_vectorstore
    * langchain/semantic_cache
    * langchain/vectorstore
    
    This metadata will be useful for debugging and tracking utilization of
    different library features.
    
    NOTE: This change will change the value of User-Agent headers, for
    example from `langchain/0.3.6` to `langchain/vectorstore/0.3.6`
    kerinin committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    9d16016 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Configuration menu
    Copy the full SHA
    146bcfb View commit details
    Browse the repository at this point in the history