-
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
[ENH] Introduce spann segment and index #3080
Merged
Merged
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
Reviewer ChecklistPlease leverage this checklist to ensure your code review is thorough before approving Testing, Bugs, Errors, Logs, Documentation
System Compatibility
Quality
|
Please tag your PR title with one of: [ENH | BUG | DOC | TST | BLD | PERF | TYP | CLN | CHORE]. See https://docs.trychroma.com/contributing#contributing-code-and-ideas |
This was referenced Nov 6, 2024
1 task
sanketkedia
changed the title
Spann_segment_impl
[ENH] Introduce spann segment and index
Nov 6, 2024
1 task
sanketkedia
force-pushed
the
10-31-cleanup_hnsw_provider_to_not_know_about_segments
branch
from
November 11, 2024 02:50
00c5f8c
to
f0ad6a4
Compare
sanketkedia
force-pushed
the
11-05-spann_segment_impl
branch
2 times, most recently
from
November 11, 2024 06:02
1a18963
to
f2a594f
Compare
sanketkedia
force-pushed
the
10-31-cleanup_hnsw_provider_to_not_know_about_segments
branch
from
November 11, 2024 06:32
d2a9c0c
to
175edc0
Compare
sanketkedia
force-pushed
the
11-05-spann_segment_impl
branch
from
November 11, 2024 06:32
8e8f005
to
3035ff0
Compare
sanketkedia
force-pushed
the
10-31-cleanup_hnsw_provider_to_not_know_about_segments
branch
from
November 11, 2024 06:43
175edc0
to
2d374da
Compare
sanketkedia
force-pushed
the
11-05-spann_segment_impl
branch
3 times, most recently
from
November 11, 2024 21:44
8fdc0aa
to
d68c041
Compare
sanketkedia
force-pushed
the
10-31-cleanup_hnsw_provider_to_not_know_about_segments
branch
from
November 13, 2024 21:25
0d5190c
to
cd1753d
Compare
sanketkedia
force-pushed
the
11-05-spann_segment_impl
branch
from
November 13, 2024 21:25
d68c041
to
db9f8cb
Compare
sanketkedia
force-pushed
the
10-31-cleanup_hnsw_provider_to_not_know_about_segments
branch
from
November 13, 2024 21:28
cd1753d
to
8ecadb4
Compare
sanketkedia
force-pushed
the
11-05-spann_segment_impl
branch
from
November 13, 2024 21:28
db9f8cb
to
9ab8f5c
Compare
sanketkedia
force-pushed
the
10-31-cleanup_hnsw_provider_to_not_know_about_segments
branch
from
November 13, 2024 22:11
8ecadb4
to
64f6165
Compare
sanketkedia
force-pushed
the
11-05-spann_segment_impl
branch
from
November 13, 2024 22:11
9ab8f5c
to
8803f61
Compare
sanketkedia
force-pushed
the
10-31-cleanup_hnsw_provider_to_not_know_about_segments
branch
2 times, most recently
from
November 13, 2024 22:15
4a4d501
to
12db19e
Compare
sanketkedia
force-pushed
the
11-05-spann_segment_impl
branch
from
November 13, 2024 22:15
8803f61
to
54df1fb
Compare
HammadB
reviewed
Nov 14, 2024
HammadB
reviewed
Nov 14, 2024
sanketkedia
force-pushed
the
graphite-base/3080
branch
from
November 14, 2024 06:46
c6529cf
to
3f56aeb
Compare
sanketkedia
force-pushed
the
11-05-spann_segment_impl
branch
from
November 14, 2024 06:46
ebd2f37
to
7ba706f
Compare
sanketkedia
force-pushed
the
11-05-spann_segment_impl
branch
from
November 14, 2024 06:47
7ba706f
to
6fb817e
Compare
HammadB
approved these changes
Nov 19, 2024
This was referenced Nov 22, 2024
Merged
sanketkedia
force-pushed
the
11-05-spann_segment_impl
branch
from
November 29, 2024 06:49
540f528
to
955427b
Compare
This was referenced Nov 29, 2024
sanketkedia
force-pushed
the
11-05-spann_segment_impl
branch
from
December 3, 2024 18:34
955427b
to
cd33b84
Compare
sanketkedia
force-pushed
the
11-05-spann_segment_impl
branch
from
December 4, 2024 17:39
cd33b84
to
1c00082
Compare
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.
Description of changes
Test plan
pytest
for python,yarn test
for js,cargo test
for rustDocumentation Changes
None