NewsBlur/apps/search
2025-03-18 10:39:28 -07:00
..
management Cleaning up discover stories index, adding discover_indexed field, beginning to split discover/search indexing. Needs further splitting at the task/queue level. 2024-11-21 08:38:14 -08:00
migrations Merge remote-tracking branch 'origin/django1.6' into django2.0 2020-06-23 00:46:40 -04:00
__init__.py Adding Search app and object, used to index stories and then search them. Needs views, ui, and support for saved stories. 2012-03-11 16:13:05 -07:00
models.py Handling connection error in search. 2025-03-18 10:39:28 -07:00
projection_matrix.py Re-normalizing dense vectors from 1584 dimensions to 256 dimensions, applying bbq_hnsw index to save 96% memory usage on vector embeddings. 2024-12-24 19:40:48 -05:00
random_projection_matrix.npy Re-normalizing dense vectors from 1584 dimensions to 256 dimensions, applying bbq_hnsw index to save 96% memory usage on vector embeddings. 2024-12-24 19:40:48 -05:00
tasks.py Indexing discover stories when using Related Stories sideoption. Also reindexes discover on upgrade. 2024-12-14 23:18:34 -08:00
tests.py Adding Search app and object, used to index stories and then search them. Needs views, ui, and support for saved stories. 2012-03-11 16:13:05 -07:00
urls.py Black formatting and isort 2024-04-24 09:50:42 -04:00
views.py Black formatting and isort 2024-04-24 09:50:42 -04:00