-
Notifications
You must be signed in to change notification settings - Fork 21
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
Unresolved reference "WithBasePath" #194
Comments
With the latest version it works. github.com/amikos-tech/chroma-go v0.1.5-0.20241103135957-1b1e6ef18500
|
But the latest version causing conflict if I use tmc langchain in the same projects as it requires old version. However downgrading this makes it work (use chroma via "github.com/tmc/langchaingo/vectorstores/chroma") but then pure example from this project no longer works! dilema :(. Need to go one of them not both
|
after a clean install and no langchain and using latest (as above) it fails with |
after a clean install and no langchain and using latest (as above) it fails with I think this may be a Goland problem - but any advice would be helpful - thanks |
Im using the v0.1.4 Version and followed the ReadMe / Documentation to start a connection with my ChromaDB. By using BasePath to set the connectiion string with my new chroma client i was unable to use WithBasePath.
The text was updated successfully, but these errors were encountered: