-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
new version #246
Merged
Merged
new version #246
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Looks like we already released 0.3.14? |
HammadB
approved these changes
Mar 28, 2023
@HammadB yes sorry, i didnt know the guide existed! |
No worries, can you make sure to re-release to pypi so that its up to date? |
I can do some more digging here, but I don't think you can. pypa/packaging-problems#74 |
atroyn
added a commit
that referenced
this pull request
Mar 29, 2023
commit 5cef7f9 Author: Luke VanderHart <[email protected]> Date: Tue Mar 28 19:28:02 2023 -0400 Support parameters for HNSW indexes using metadata (#245) * refactor hnswlib class * update index usage * udpate index usage in duckdb.py * clean up unused method * bug fixes * fix bugs * fix validation ordering * persistence test * Added params persistence test --------- Co-authored-by: atroyn <[email protected]> commit 90ae684 Merge: e3aa896 6c64337 Author: Jeff Huber <[email protected]> Date: Tue Mar 28 14:36:30 2023 -0700 Merge pull request #246 from chroma-core/0.3.14 new version commit 6c64337 Author: Jeffrey Huber <[email protected]> Date: Tue Mar 28 12:38:17 2023 -0700 new version commit e3aa896 Author: Hammad Bashir <[email protected]> Date: Tue Mar 28 11:03:25 2023 -0700 Update RELEASE_PROCESS.md commit e347476 Merge: fa847be e8db7aa Author: Jeff Huber <[email protected]> Date: Tue Mar 28 10:40:18 2023 -0700 Merge pull request #244 from chroma-core/fixDuckDbLogging create persist dir if not exist, correct logging of persistence commit e8db7aa Author: Jeffrey Huber <[email protected]> Date: Tue Mar 28 10:29:43 2023 -0700 create persist dir if not exist, correct logging of persistence commit fa847be Author: Hammad Bashir <[email protected]> Date: Mon Mar 27 11:58:28 2023 -0700 Release 0.3.13 (#240) * Add release process and autogenerate release notes commit 4fef4d8 Author: Hammad Bashir <[email protected]> Date: Mon Mar 27 11:13:49 2023 -0700 upgrade duckdb (#239) commit d44d2df Author: Hammad Bashir <[email protected]> Date: Sun Mar 26 16:06:24 2023 -0700 Add telemetry (#233) Adds telemetry for chroma - Added types for delete return - Added telemetry which has a type for TelemetryEvents and a Telemetry base class. - Telemetry stores the user id in ~/cache/chroma and also stores the context for events. Context contains settings and if the client is running in the server. - Added Posthog which extends Telemetry and implements capture() while respecting anonymized_telemetry - Added events for client create, add and delete - Added a __ version __ to chroma this must now be set for every update commit a8adedc Author: jschachter <[email protected]> Date: Sun Mar 26 14:23:52 2023 -0700 Update Collection.py (#235) fix misspelling commit bbd9783 Author: Ikko Eltociear Ashimine <[email protected]> Date: Sat Mar 25 09:48:05 2023 +0900 fix typo in DEVELOP.md (#231) programatically -> programmatically commit 6da0b76 Merge: 4463d13 e6a7aee Author: Jeff Huber <[email protected]> Date: Fri Mar 24 08:00:27 2023 -0700 Merge pull request #230 from dbasch/main Added function for the Instructor models. commit e6a7aee Author: Diego Basch <[email protected]> Date: Thu Mar 23 20:07:13 2023 -0700 added embedding function for the Instructor models.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
bump version