-
Notifications
You must be signed in to change notification settings - Fork 46
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
[WIP] Weaviate Integration #203
Open
kosmikdc
wants to merge
91
commits into
main
Choose a base branch
from
weaviate_engine
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
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
- skg.generate_request => skg.transform_request - Fixes Ch6 bugs - 15.18 listing organization
- Ch3. Updates print statements, organizes variable positioning - rerank_quantity => rerank_count - What happened to 10's feature calculater? - Finish rerank_query refactor - Chapter 11: Updates formatting of displaying data - SKG: {!${defType} ...}
Ch12 still has minor numeric variance. Ch14 still uses pre-computed model
…g 13.26 implemented
…rch in the morning
…nctions - Finalizes SemanticSearch abstractions and loading - Opensearch code cleaned
- First pass of schemas partially implemented - Collection and Engine partially implemented
- with id and score additional field logic - with * and blank search support (unconstrained GET request) - return fields, query fields, logging, transform_response - Slightly improves generic collection logic
kosmikdc
force-pushed
the
weaviate_engine
branch
from
November 26, 2024 16:29
7d33f89
to
90ff749
Compare
Weaviate ID hack to accomidate for several chapters
- Removes problematic unused movie columns - Ch15 - spark session fix and conditional embedding format (somewhat leaky) - Fixes batch reading when weaviate collection has a custom id
- Implements index time boosting utilizing stuffed boosting field - Implements query time boosting - implements query by id logic - implements advanced sorting logic - implements advanced filtering logic - introduces hack for handling incomplete data models being indexed (weaviate needs values for all fields, products_with_signals_boosts gets written once without all fields) - lower cases the collection name when retrieving the entity extractor and SKG - Removes debugging code in: ch3, ch4, ch5, ch7 - strips quotes when using index time boosting in solr (when/why did this break? this isn't currently broken in main)
- lower cases engine names - weaviate implements filtering on collection - weaviate sort by score circumvention - default return fields for weaviate to be all fields, consistent with other engines - attempt to fix weaviate's indexing of entities - weaviate LTR stub
- Adds support for non-static solr/zk host - Re-runs Ch9 for solr - Reruns ch13 - Cleans up and organizes environment definitions - Improves solr health check with retries - Implements hybrid search for weaviate - Implements ltr.model_store for saving local linear model data/features - Implements WeaviateLTR with basic query feature. Other query features are stubbed. - WeaviateSparseSemantic properly integrated
- LTR for weaviate implemented - bigram query feature and fuzzy query feature implemented - Weaviate support for 3.12 query func (absolutely basic) - Deploys pre built Weaviate Spark 1.3.4a for correct geoCoordinate writing - Corrects ports and environment vars in solr/zk docker compose - Fixes reviews data loading, adding weaviate specific transformations to collection Embedded solr still unstable/with cor creation failure (?) Weaviate LTR's quality for model 2 could be investigated further. Weaviate Semantic Search relevance is for final query (at least)
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.
No description provided.