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

Feature: Token count for vectors #964

Merged
merged 2 commits into from
May 27, 2024
Merged

Feature: Token count for vectors #964

merged 2 commits into from
May 27, 2024

Conversation

ManishMadan2882
Copy link
Collaborator

[
    {
        "date": "24/05/2024 20:25:12",
        "description": "Demo",
        "docLink": "/home/manish/Documents/workplace/docsgpt/application/indexes/local/LLM",
        "fullName": "Demo,
        "language": "LLM",
        "location": "local",
        "model": "huggingface_sentence-transformers/all-mpnet-base-v2",
        "name": "Demo",
        "tokens": "0",
        "version": ""
    }, .... 
]
  • Frontend : Shows token usage column for private vectors in Settings > Documents.
  • Frontend: Updates Doc type in misc.ts : optional key tokens
  • Why was this change needed? (You can also link to an open issue here)
    • More transparency in terms of tokens expenditure for each document or remote vector
  • Other information: Settings > Docs
    image

Copy link

vercel bot commented May 24, 2024

@ManishMadan2882 is attempting to deploy a commit to the Arc53 Team on Vercel.

A member of the Team first needs to authorize it.

Copy link
Contributor

@dartpain dartpain left a comment

Choose a reason for hiding this comment

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

Perfect, thank you!

@dartpain dartpain merged commit f6c66f6 into arc53:main May 27, 2024
6 of 7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

🚀 Feature: Token count for added documents
2 participants