Replies: 1 comment
-
This is where I've gotten with trying to rewrite the core
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using llm to create an embeddings collection for a large group of documents, including JSON metadata (e.g., a date) in the
metadata
column. Usingcollection.similar()
works to query the collection as a whole, but I'd like to be able to query just a subset — e.g., all records with a metadata date before or after an arbitrary point in time. Is that possible, either directly with llm, or by using sqlite-utils behind the scenes somehow?Beta Was this translation helpful? Give feedback.
All reactions