Build: #2300 failed
Job: Release did not start
Code commits
OCL API 2
-
Sunny Aggarwal. 865e6d0889d80711029bf9914c271c0216e8ffb9
Merge remote-tracking branch 'origin/dev'
-
Sunny Aggarwal. bc10d727895b09e6508f7f078fdb80a50ce6a65a m
using dis_max and tie_breaker with constant_score in rescoring name vs synonmym matches
-
Sunny Aggarwal. 6dc0d5e793a8111c0f79bfb2e66dfe30be73de56 m
Adjusting term vs match phrase boost
-
Sunny Aggarwal. 385205caf051cc3b3e399af6831fa70f80fa8399 m
Adjusting rescore window | added match phrase for text in rescore
-
Sunny Aggarwal. a3509f7a37449ec6b7505fb4558374f1c0e6f8df m
Increased window size for rescoring
-
Sunny Aggarwal. 3c82dd277168246bff04a5e59d297c9beed52728 m
Increased boost for exact match in rescore
-
Sunny Aggarwal. 0f85529825bacab0c77db18ca2cdbf8738ace651 m
Added ES rescore for exact match
-
Sunny Aggarwal. 52963978f36208178fcf5bfe495dc0113a823a0b m
Reduced concept class and datatype boost
-
Sunny Aggarwal. c3d416977edc7a16980ac1334f7ffd97cd05f463 m
synonym boost higher (closer to name)
-
Sunny Aggarwal. f1b1b5aba15f67ea7ccc1d73cd40890fd3f3cc55 m
Merge remote-tracking branch 'origin/master' into dev
-
Sunny Aggarwal. 8160073003bce86ec51a234bb430bb5f0b43a75f m
OpenConceptLab/ocl_issues#2205 | Map Project can take batch size for external/custom api
-
Sunny Aggarwal. d28e25df1321bf5fdbdccbd32e4b74b684ccabd3 m
Adjusting boost
-
Sunny Aggarwal. 42862c595371999c2ce0374fade4f34dab1045a6 m
Revert "Added log to check ES query"
This reverts commit a473092ded19b8d6f215db723a7580d71616c6a4. -
Sunny Aggarwal. a473092ded19b8d6f215db723a7580d71616c6a4 m
Added log to check ES query
-
Sunny Aggarwal. 92982681a721a1c4c22505b4876a7b797fb6e5eb m
OpenConceptLab/ocl_issues#2200 | Repo vectorization controls
- core/common/mixins.py (version 92982681a721a1c4c22505b4876a7b797fb6e5eb) (diffs)
- core/common/models.py (version 92982681a721a1c4c22505b4876a7b797fb6e5eb) (diffs)
- core/concepts/documents.py (version 92982681a721a1c4c22505b4876a7b797fb6e5eb) (diffs)
- core/concepts/search.py (version 92982681a721a1c4c22505b4876a7b797fb6e5eb) (diffs)
- core/concepts/views.py (version 92982681a721a1c4c22505b4876a7b797fb6e5eb) (diffs)
- core/sources/documents.py (version 92982681a721a1c4c22505b4876a7b797fb6e5eb) (diffs)
- core/sources/migrations/0044_source_match_algorithms.py (version 92982681a721a1c4c22505b4876a7b797fb6e5eb) (diffs)
- core/sources/models.py (version 92982681a721a1c4c22505b4876a7b797fb6e5eb) (diffs)
- core/sources/search.py (version 92982681a721a1c4c22505b4876a7b797fb6e5eb) (diffs)
- core/sources/serializers.py (version 92982681a721a1c4c22505b4876a7b797fb6e5eb) (diffs)
-
Sunny Aggarwal. 5d1a4d4f4ffdc98d87adac978ef546204bceca49 m
Match Phrase criteria to search for synonyms as well
-
Sunny Aggarwal. 493c2b9bdbae477782d10ecf2c872be98fb40a37 m
OpenConceptLab/ocl_issues#2204 | filter by prefix/regex
-
Sunny Aggarwal. b8abdaf560c5455a502aeb189928b85c8bf11ef1 m
OpenConceptLab/ocl_issues#2205 | Map Project can be configured with external API/token
- core/map_projects/migrations/0014_mapproject_match_api_token_mapproject_match_api_url.py (version b8abdaf560c5455a502aeb189928b85c8bf11ef1) (diffs)
- core/map_projects/models.py (version b8abdaf560c5455a502aeb189928b85c8bf11ef1) (diffs)
- core/map_projects/serializers.py (version b8abdaf560c5455a502aeb189928b85c8bf11ef1) (diffs)
-
Sunny Aggarwal. b6483cb938b74d1b0a79a8d8866ae7e5ba107e9b m
OpenConceptLab/ocl_issues#2204 | operation can take filter
-
Sunny Aggarwal. beb66c0e9732c5f69f5782b261a5e410420f0dcf m
Errbit | fixing concept post for bad request
-
Sunny Aggarwal. e06cb5c9b96e72717326b806d0fb5c647eecb2bc m
Revert "ES score normalization"
This reverts commit 135e4d3b007e650c2ca60fd5dfae29a1a181fdb3.- core/common/mixins.py (version e06cb5c9b96e72717326b806d0fb5c647eecb2bc) (diffs)
- core/common/search.py (version e06cb5c9b96e72717326b806d0fb5c647eecb2bc) (diffs)
- core/common/serializers.py (version e06cb5c9b96e72717326b806d0fb5c647eecb2bc) (diffs)
- core/concepts/views.py (version e06cb5c9b96e72717326b806d0fb5c647eecb2bc) (diffs)
-
Michaël Bontyes a55e3ce3b031f90c5fe14b07d43e3f6b6cff6ba9 m
Merge branch 'dev' of https://github.com/OpenConceptLab/oclapi2 into dev
-
Sunny Aggarwal. 84fa06b2ef022d0d4412af33ab6451de4f3138a9 m
OpenConceptLab/ocl_issues#2183 | using name text field for search
-
Sunny Aggarwal. 18153d9d0a8f3c4961db3342391132a6e8fbe2b4 m
OpenConceptLab/ocl_issues#2183 | Concepts index to have synonyms as keyword field as well | using keyword fields in semantic search
-
Sunny Aggarwal. 00d9ca3b66dbc7f41049e103f6519c7207e92edc m
OpenConceptLab/ocl_issues#2183 | Added field for include/exclude retired
- core/map_projects/migrations/0013_mapproject_include_retired.py (version 00d9ca3b66dbc7f41049e103f6519c7207e92edc) (diffs)
- core/map_projects/models.py (version 00d9ca3b66dbc7f41049e103f6519c7207e92edc) (diffs)
- core/map_projects/serializers.py (version 00d9ca3b66dbc7f41049e103f6519c7207e92edc) (diffs)
-
Michaël Bontyes 135e4d3b007e650c2ca60fd5dfae29a1a181fdb3 m
ES score normalization
## PR: Normalize and Standardize Elasticsearch Search Scores
### Problem / What Was Missing
- **Inconsistent Scoring:**
Elasticsearch’s raw `_score` is not normalized and varies widely between queries, indices, and even similar queries. This caused:
- Difficulty comparing scores across different queries or result sets.
- Unstable thresholds for “high confidence” or “best match.”
- Confusing or misleading confidence displays for users.
- **Downstream Usage Issues:**
- Confidence buckets and thresholds were based on the raw `_score`, which is not absolute.
- The API and UI only exposed the raw score, not a normalized or percentage-based value.
---
### What Was Implemented
#### 1. **Score Normalization**
- **Min-Max Normalization:**
For each search result set, the code now computes the minimum and maximum `_score` values. Each result’s score is normalized to a 0–1 range:
```
normalized_score = (raw_score - min_score) / (max_score - min_score)
```
- Handles edge cases where all scores are the same.
#### 2. **API/Serializer Enhancements**
- **Expose Both Scores:**
The API now returns both the raw `_score` and the normalized score (`search_score` and `search_normalized_score`).
- **Confidence Calculation:**
The `search_confidence` field is now based on the normalized score, providing a consistent percentage (e.g., “87.5%”) regardless of the raw score range.
#### 3. **Downstream Logic Updates**
- **Thresholds and Buckets:**
All logic for “high confidence,” “very high match,” and bucketing now uses the normalized score, so thresholds are stable (e.g., 0.8 always means “top 20%”).
- **Legacy Fallback:**
If a normalized score is not available, the code falls back to the old raw score logic.
#### 4. **Documentation in Code**
- **Comments and Structure:**
The code is now clear about which score is being used and why, making it easier for future maintainers to understand the normalization process.
---
### Why This Makes Scores More Consistent
- **Stable Range:**
All scores are now in a 0–1 range, so thresholds and confidence levels are meaningful and comparable across queries.
- **User-Friendly Confidence:**
Users and downstream consumers can interpret confidence as a percentage, not an arbitrary number.
- **Easier Tuning:**
Product and engineering teams can set thresholds (e.g., “show only results with confidence > 70%”) without worrying about the quirks of Elasticsearch’s raw scoring.
- **Future-Proof:**
If the underlying Elasticsearch configuration changes, the normalization ensures the API and UI remain stable.
---
### Summary Table
| Field | Before (raw) | After (normalized) |
|---------------------------|--------------|--------------------|
| `search_score` | Raw float | Raw float |
| `search_normalized_score` | N/A | 0–1 float |
| `search_confidence` | % of max raw | % of normalized |
| Thresholds/Buckets | Raw-based | Normalized-based |
---
**In summary:**
This PR makes search scoring more robust, interpretable, and consistent for all users and downstream systems.- core/common/mixins.py (version 135e4d3b007e650c2ca60fd5dfae29a1a181fdb3) (diffs)
- core/common/search.py (version 135e4d3b007e650c2ca60fd5dfae29a1a181fdb3) (diffs)
- core/common/serializers.py (version 135e4d3b007e650c2ca60fd5dfae29a1a181fdb3) (diffs)
- core/concepts/views.py (version 135e4d3b007e650c2ca60fd5dfae29a1a181fdb3) (diffs)
-
Sunny Aggarwal. 17d1103a993ceb073346663b7505babbd5d650e3 m
OpenConceptLab/ocl_issues#2190 | Project logs API
- core/common/constants.py (version 17d1103a993ceb073346663b7505babbd5d650e3) (diffs)
- core/map_projects/migrations/0009_mapproject_logs.py (version 17d1103a993ceb073346663b7505babbd5d650e3) (diffs)
- core/map_projects/migrations/0010_mapproject__logs.py (version 17d1103a993ceb073346663b7505babbd5d650e3) (diffs)
- core/map_projects/migrations/0011_remove_mapproject_logs.py (version 17d1103a993ceb073346663b7505babbd5d650e3) (diffs)
- core/map_projects/migrations/0012_rename__logs_mapproject_logs.py (version 17d1103a993ceb073346663b7505babbd5d650e3) (diffs)
- core/map_projects/models.py (version 17d1103a993ceb073346663b7505babbd5d650e3) (diffs)
- core/map_projects/serializers.py (version 17d1103a993ceb073346663b7505babbd5d650e3) (diffs)
- core/map_projects/urls.py (version 17d1103a993ceb073346663b7505babbd5d650e3) (diffs)
- core/map_projects/views.py (version 17d1103a993ceb073346663b7505babbd5d650e3) (diffs)
-
Sunny Aggarwal. fb48fdc6af521a7eebc30261db29a048bb587800 m
OpenConceptLab/ocl_issues#2183 | match api to understand map config
-
Sunny Aggarwal. 6e4b135241c59fff770adfec3d0cc5c8c5cba07f m
OpenConceptLab/ocl_issues#2183 | API get mapped sources for a source version
- core/integration_tests/tests_sources.py (version 6e4b135241c59fff770adfec3d0cc5c8c5cba07f) (diffs)
- core/sources/models.py (version 6e4b135241c59fff770adfec3d0cc5c8c5cba07f) (diffs)
- core/sources/tests/tests.py (version 6e4b135241c59fff770adfec3d0cc5c8c5cba07f) (diffs)
- core/sources/views.py (version 6e4b135241c59fff770adfec3d0cc5c8c5cba07f) (diffs)
-
Sunny Aggarwal. be2e92338170efa514a0ceea2a2aacd9344559df m
Map Project APIs | can include summary
-
Sunny Aggarwal. 337b6725108187d00b5c448162251a2524ff0410 m
OpenConceptLab/ocl_issues#2183 | fixing pylint
-
Sunny Aggarwal. 1de1b44a7170717931c0834e23d13b8b07108ea3 m
OpenConceptLab/ocl_issues#2183 | Concept ES index to also store mapping target source along with map type and target code
-
Sunny Aggarwal. f4dcef790369fe620f34dc3f76666bbe87c636c0 m
OpenConceptLab/ocl_issues#2183 | Concept ES index to also store mapping target source along with map type and target code
-
Sunny Aggarwal. 3fab93a93d0414719f3d85acbf3cea98a22ae364 m
Fixing pylint
-
Sunny Aggarwal. 76ea30cef4d946d083e16929a231a3281cbd890f m
OpenConceptLab/ocl_issues#2183 | API to get source version's mapped sources
- core/integration_tests/tests_sources.py (version 76ea30cef4d946d083e16929a231a3281cbd890f) (diffs)
- core/sources/models.py (version 76ea30cef4d946d083e16929a231a3281cbd890f) (diffs)
- core/sources/tests/tests.py (version 76ea30cef4d946d083e16929a231a3281cbd890f) (diffs)
- core/sources/urls.py (version 76ea30cef4d946d083e16929a231a3281cbd890f) (diffs)
- core/sources/views.py (version 76ea30cef4d946d083e16929a231a3281cbd890f) (diffs)
-
Sunny Aggarwal. d1a0726b4554c2c4f8673fec822d3ecf95576b31 m
API to get map project summary (matches and columns
- core/map_projects/models.py (version d1a0726b4554c2c4f8673fec822d3ecf95576b31) (diffs)
- core/map_projects/serializers.py (version d1a0726b4554c2c4f8673fec822d3ecf95576b31) (diffs)
- core/map_projects/urls.py (version d1a0726b4554c2c4f8673fec822d3ecf95576b31) (diffs)
- core/map_projects/views.py (version d1a0726b4554c2c4f8673fec822d3ecf95576b31) (diffs)
-
Sunny Aggarwal. 1878f1b051e5866123dd4b34ecce01928d24ae88 m
OpenConceptLab/ocl_issues#2190 | removed unique name constraint
-
Sunny Aggarwal. 144e09c916a50d608630423a61a1ead56e4a19b2 m
OpenConceptLab/ocl_issues#2183 | saving repo and algo
- core/map_projects/migrations/0006_mapproject_matching_algorithm_and_more.py (version 144e09c916a50d608630423a61a1ead56e4a19b2) (diffs)
- core/map_projects/migrations/0007_rename_target_repo_uri_mapproject_target_repo_url.py (version 144e09c916a50d608630423a61a1ead56e4a19b2) (diffs)
- core/map_projects/models.py (version 144e09c916a50d608630423a61a1ead56e4a19b2) (diffs)
- core/map_projects/serializers.py (version 144e09c916a50d608630423a61a1ead56e4a19b2) (diffs)
-
Sunny Aggarwal. 94dd1f74ea3df790d45b4533af9f060ba164527b m
OpenConceptLab/ocl_issues#2183 | added description and columns configuration
- core/map_projects/migrations/0005_mapproject_columns_mapproject_description.py (version 94dd1f74ea3df790d45b4533af9f060ba164527b) (diffs)
- core/map_projects/models.py (version 94dd1f74ea3df790d45b4533af9f060ba164527b) (diffs)
- core/map_projects/serializers.py (version 94dd1f74ea3df790d45b4533af9f060ba164527b) (diffs)
-
Sunny Aggarwal. b1d8525ba0b311f0ae2a602d7ec4a567aea13df7 m
OpenConceptLab/ocl_issues#2090 | fixing map project save
-
Sunny Aggarwal. a3dab4b6ec1716e507e8f58fb24ff9b65631d1d5 m
Errbit | fixing validationerror exception message dict
- core/client_configs/serializers.py (version a3dab4b6ec1716e507e8f58fb24ff9b65631d1d5) (diffs)
- core/common/mixins.py (version a3dab4b6ec1716e507e8f58fb24ff9b65631d1d5) (diffs)
- core/common/models.py (version a3dab4b6ec1716e507e8f58fb24ff9b65631d1d5) (diffs)
- core/concepts/models.py (version a3dab4b6ec1716e507e8f58fb24ff9b65631d1d5) (diffs)
- core/mappings/models.py (version a3dab4b6ec1716e507e8f58fb24ff9b65631d1d5) (diffs)
- core/sources/views.py (version a3dab4b6ec1716e507e8f58fb24ff9b65631d1d5) (diffs)
-
Sunny Aggarwal. 7cf3046e1a5506aa811de1dfb955a597b0038ef9 m
OpenConceptLab/ocl_issues#2090 | Map Project API
- core/common/models.py (version 7cf3046e1a5506aa811de1dfb955a597b0038ef9) (diffs)
- core/common/views.py (version 7cf3046e1a5506aa811de1dfb955a597b0038ef9) (diffs)
- core/map_projects/__init__.py (version 7cf3046e1a5506aa811de1dfb955a597b0038ef9) (diffs)
- core/map_projects/migrations/0001_initial.py (version 7cf3046e1a5506aa811de1dfb955a597b0038ef9) (diffs)
- core/map_projects/migrations/0002_rename_decisions_mapproject_matches_and_more.py (version 7cf3046e1a5506aa811de1dfb955a597b0038ef9) (diffs)
- core/map_projects/migrations/0003_remove_mapproject_matches.py (version 7cf3046e1a5506aa811de1dfb955a597b0038ef9) (diffs)
- core/map_projects/migrations/0004_mapproject_matches.py (version 7cf3046e1a5506aa811de1dfb955a597b0038ef9) (diffs)
- core/map_projects/migrations/__init__.py (version 7cf3046e1a5506aa811de1dfb955a597b0038ef9) (diffs)
- core/map_projects/models.py (version 7cf3046e1a5506aa811de1dfb955a597b0038ef9) (diffs)
- core/map_projects/serializers.py (version 7cf3046e1a5506aa811de1dfb955a597b0038ef9) (diffs)
- core/map_projects/urls.py (version 7cf3046e1a5506aa811de1dfb955a597b0038ef9) (diffs)
- core/map_projects/views.py (version 7cf3046e1a5506aa811de1dfb955a597b0038ef9) (diffs)
- core/orgs/urls.py (version 7cf3046e1a5506aa811de1dfb955a597b0038ef9) (diffs)
- core/orgs/views.py (version 7cf3046e1a5506aa811de1dfb955a597b0038ef9) (diffs)
- core/settings.py (version 7cf3046e1a5506aa811de1dfb955a597b0038ef9) (diffs)
- core/sources/views.py (version 7cf3046e1a5506aa811de1dfb955a597b0038ef9) (diffs)
- core/users/urls.py (version 7cf3046e1a5506aa811de1dfb955a597b0038ef9) (diffs)
- core/users/user_urls.py (version 7cf3046e1a5506aa811de1dfb955a597b0038ef9) (diffs)
-
Sunny Aggarwal. f03be15ca40ea8f359e117fe05a580d17641d3d9 m
Fixing typo
-
Sunny Aggarwal. 8b4eee32f94928faf607680e61555ba6fb7ab18a m
Fixing matches on name | using OR operator
-
Sunny Aggarwal. 723a371d89332966cdee273be1c73faf2137a7d9 m
Changing the semantic threshold
-
Sunny Aggarwal. 5b6e36a84312bfb585440ddfa126cabe4790167d m
Semantic search to consider keyword search for name and synonym without boost
-
Sunny Aggarwal. 29c318258bd7c6e228ef9cfc81457cc51f579177 m
Updated score, weight and threshold for semantic search
-
Sunny Aggarwal. 07e53188aee01a2f3a07db148d5da46a781ea24d m
Updated score, weight and threshold for semantic search
-
Sunny Aggarwal. fd511c489bb48f842ec929069fbb6e55fc9b0bdc m
fixing settings
-
Sunny Aggarwal. 7f5230e3095e6f5472bb58a05b24a4548e129099 m
Fixing match knn when name/synonym are not there
-
Sunny Aggarwal. c10e448297dc6d4b8774b1d5de2104c4fd359aad m
OpenConceptLab/ocl_issues#2061 | added fuzzy search in semantic match
-
Sunny Aggarwal. f6aa936c8f3d99d2fa6ea9464a2768b01c4ee139 m
Not loading LM on CI
-
Sunny Aggarwal. d5ce43d35eb3a46a33f144498131b143e51292fd m
Moving versioned repo concepts/mappings list to ES by default
-
Sunny Aggarwal. 7c3b3ab4122031d20b45d099fd6cfa5c9adb1226 m
fixing queryset for source version resources list
-
Sunny Aggarwal. 3372149ec43c404c68e259d7655a3bd8f8610ae1 m
fixing pagination for page > 1
-
Sunny Aggarwal. dc07ac77d56680d7aa82ad319085a7d0faf04ef6 m
Source Version concepts/mappings performance
- core/common/mixins.py (version dc07ac77d56680d7aa82ad319085a7d0faf04ef6) (diffs)
- core/common/views.py (version dc07ac77d56680d7aa82ad319085a7d0faf04ef6) (diffs)
- core/concepts/migrations/0077_auto_20250226_0548.py (version dc07ac77d56680d7aa82ad319085a7d0faf04ef6) (diffs)
- core/concepts/views.py (version dc07ac77d56680d7aa82ad319085a7d0faf04ef6) (diffs)
- core/mappings/migrations/0056_auto_20250226_0544.py (version dc07ac77d56680d7aa82ad319085a7d0faf04ef6) (diffs)
- core/mappings/views.py (version dc07ac77d56680d7aa82ad319085a7d0faf04ef6) (diffs)
-
Sunny Aggarwal. c86e777de6529860527ff1e4553cf56529427f9b m
Added index
-
Sunny Aggarwal. 26a17383d92fbcecdc3d621cc3faa8eab602299d m
using k nearest param
-
Sunny Aggarwal. d023698e25cf663a237ef8d789349c441a9e43cd m
Match API | sorting candidates by score desc
-
Sunny Aggarwal. 2dfa70ada68f694c42d83e66ddb753726bc19821 m
removed semantic search from normal search
-
Sunny Aggarwal. 60205df3525f9c3ce49927ed6c8cda6e20e55a24 m
updated memory requirements for ES local
-
Sunny Aggarwal. 9d75a447b34e5de36e09b4b08a7110b5cfac0026 m
search score threshold to 5
-
Sunny Aggarwal. 4e1b6bbcdbd801992bde194e9f94d4d0ea69aaac m
semantic search score threshold to 5
-
Sunny Aggarwal. bb652ff81594ac28f99df30c014ebe58686295c7 m
disabled sniffing
-
Sunny Aggarwal. ce77d8f17e8b10dccfdb49cced59fb182f0e3d00 m
fixing hosts to use ES_SCHEME
-
Sunny Aggarwal. 459283db75ca257ed1600fdfbaf8c022290e9af4 m
Revert "Disabling ES sniff"
This reverts commit c48d2e356355af632cee715a6403202eb15145de. -
Sunny Aggarwal. ff3a08a4e444b81d33bd396fbb4a61fdc92dea3e m
Match API | returning error if unable to resolve target repo url
-
Sunny Aggarwal. c48d2e356355af632cee715a6403202eb15145de m
Disabling ES sniff
-
Sunny Aggarwal. 24a8eaff649fc96c8f8f6ea4c38d1a76e717ec5b m
Logging match query
-
Sunny Aggarwal. 1a09ddf179665edae06b26a5a8e89a73a41880fe m
fixing test
-
Sunny Aggarwal. 0a9d2c21388d6bbb8c070db682d70a07efe01626 m
Concept Minimal Serializer | added display name
-
Sunny Aggarwal. 5c3a2fa367e6fcb52f8ca59a54dd25ffeab81f91 m
Fixing test
-
Sunny Aggarwal. 3c09bcf7df3863bbfa91141d51c824cc228a1862 m
Stopping default indexing of resources from bulk importer
-
Sunny Aggarwal. bd3af737ef10631343e0b993e75448b8b36cad02 m
Fixing test
-
Sunny Aggarwal. 227788859765922f86b55e8bec276e81c8307c7b m
Fixing pylint
-
Sunny Aggarwal. acbcf40f2b9a26b0920deced7eb2d1f36a5b4ce7 m
APIs to index source version concepts/mappings
-
Sunny Aggarwal. 163767253fa39538025f046476abda21f298b8a4 m
OpenConceptLab/ocl_issues#2023 | fixing pylint:
-
Sunny Aggarwal. 6ce86f8697744d038a26e4d0253c4cfbd8167daa m
OpenConceptLab/ocl_issues#2023 | numCandidates and kNearest query params
-
Sunny Aggarwal. bbeb08f0c4b24c0f243fa518a8c88e996d39371c m
OpenConceptLab/ocl_issues#2023 | extracting LM name
-
Sunny Aggarwal. 0d61d227a2b6d9ba8b4b7c04767e080155d089a4 m
OpenConceptLab/ocl_issues#2023 | Semantic Search with LM
- Dockerfile (version 0d61d227a2b6d9ba8b4b7c04767e080155d089a4) (diffs)
- core/common/utils.py (version 0d61d227a2b6d9ba8b4b7c04767e080155d089a4) (diffs)
- core/common/views.py (version 0d61d227a2b6d9ba8b4b7c04767e080155d089a4) (diffs)
- core/concepts/documents.py (version 0d61d227a2b6d9ba8b4b7c04767e080155d089a4) (diffs)
- core/concepts/search.py (version 0d61d227a2b6d9ba8b4b7c04767e080155d089a4) (diffs)
- core/concepts/views.py (version 0d61d227a2b6d9ba8b4b7c04767e080155d089a4) (diffs)
- core/settings.py (version 0d61d227a2b6d9ba8b4b7c04767e080155d089a4) (diffs)
- docker-compose.yml (version 0d61d227a2b6d9ba8b4b7c04767e080155d089a4) (diffs)
- requirements.txt (version 0d61d227a2b6d9ba8b4b7c04767e080155d089a4) (diffs)