-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
[Bug]: Type of Collection not exported in TypeScript #3076
Labels
bug
Something isn't working
Comments
andriadze
added a commit
to andriadze/chroma
that referenced
this issue
Nov 6, 2024
Opened a PR for this issue. |
Open
5 tasks
Anyone know if this'll be fixed soon? |
andriadze
added a commit
to andriadze/chroma
that referenced
this issue
Nov 12, 2024
I ran into this issue as well 😑. It would be great to have this resolved. For now, I'm patching the compiled file, which doesn't feel ideal 😅. |
For anybody who is working with Typescript this is major issue, please accept the PR )) |
Could someone please add this? It's a major probably and should be a simple fix. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What happened?
In previous versions, I could import "Collection" and use its type. In version 1.9.2 I can't import Collection anymore.
I see that type: CollectionType is exported, but that type does not contain methods such as: add, query.
This is a scenario where I need a type for collection:
Versions
JS chromadb: 1.9.2
Relevant log output
No response
The text was updated successfully, but these errors were encountered: