maximevanhees
  • Joined on 2024-09-02
maximevanhees created pull request herocode/herodb#15 2025-10-09 09:32:29 +00:00
lancedb_impl
maximevanhees pushed to lancedb_impl at herocode/herodb 2025-10-07 08:52:34 +00:00
a8720c06db prevent unauthorized access to administrative db0 when connection to redis-cli
maximevanhees pushed to lancedb_impl at herocode/herodb 2025-09-30 12:53:04 +00:00
2139deb85d WIP6: implementing image embedding as first step towards multi-model support
maximevanhees pushed to lancedb_impl at herocode/herodb 2025-09-29 14:14:38 +00:00
7d07b57d32 WIP 5 add image embedding provider (local only for now)
maximevanhees pushed to lancedb_impl at herocode/herodb 2025-09-29 13:54:16 +00:00
4aa49e0d5c WIP4 implementation lanceDB: removed blocking Tokio runtime usage during embeddings and isolated all embedding work off the async runtime
maximevanhees pushed to lancedb_impl at herocode/herodb 2025-09-29 12:55:44 +00:00
644946f1ca WIP3 implemeting lancedb
maximevanhees pushed to lancedb_impl at herocode/herodb 2025-09-29 11:17:39 +00:00
cf66f4c304 WIP2: implementing lancedb: created embedding abstraction, server-side per-dataset embedding config + updates RPC endpoints
maximevanhees pushed to lancedb_impl at herocode/herodb 2025-09-29 09:24:47 +00:00
6a4e2819bf WIP 1: implement lancedb vector
maximevanhees created branch lancedb_impl in herocode/herodb 2025-09-29 09:24:47 +00:00
maximevanhees commented on pull request herocode/herodb#5 2025-09-26 08:15:51 +00:00
tantivy

Has been merged into main already from another branch (tantivy_impl). See herocode/herodb#14

maximevanhees closed pull request herocode/herodb#5 2025-09-26 08:15:51 +00:00
tantivy
maximevanhees pushed to main at herocode/herodb 2025-09-25 14:25:11 +00:00
77a53bae86 don't use strings for paths
maximevanhees pushed to main at herocode/herodb 2025-09-25 14:08:52 +00:00
7f689ae29b Merge pull request 'tantivy_impl' (#14) from tantivy_impl into main
7f92001b89 fixed key-based access control for Tantivy backends
e7248b84e8 key-based access control for tantivy backend
22ac4c9ed6 implementation of tantivy datastore + updated RPC calls to deal with tantivy + docs
Compare 4 commits »
maximevanhees merged pull request herocode/herodb#14 2025-09-25 14:08:51 +00:00
tantivy_impl
maximevanhees created pull request herocode/herodb#14 2025-09-25 14:08:40 +00:00
tantivy_impl
maximevanhees pushed to tantivy_impl at herocode/herodb 2025-09-25 14:06:11 +00:00
7f92001b89 fixed key-based access control for Tantivy backends
maximevanhees pushed to tantivy_impl at herocode/herodb 2025-09-25 11:36:26 +00:00
e7248b84e8 key-based access control for tantivy backend
maximevanhees pushed to tantivy_impl at herocode/herodb 2025-09-23 16:47:22 +00:00
22ac4c9ed6 implementation of tantivy datastore + updated RPC calls to deal with tantivy + docs
maximevanhees created branch tantivy_impl in herocode/herodb 2025-09-23 16:47:22 +00:00
maximevanhees closed pull request herocode/herodb#13 2025-09-22 14:31:11 +00:00
management_rpc_server