relaxin101

Results 5 comments of relaxin101

Oh sorry forgot to answer: Yes that solved my problem ty ^^

> Hello @relaxin101 ! 😁 > Did you try [RunPredicateFromString](https://github.com/EvgSkv/logica/blob/main/common/logica_lib.py#L218)? > That one would deremine engine from the program, but also accepts connection. > > Your functions look good. `RunPredicateFromString`...

No worries, I missed your answer as well after all 😅 ad SQLite parsing: Yes, that's what I'm referring to, thanks for the clarification! ad PSQL execution: Yes, also the...

> We are registring the types that are used in the program in the `pyscopg2`. This is done so that when the data is retrieved into a dataframe, then composite...

Actually I'm trying to write the main query for the vector search using logica - I'm kinda stuck on the following though: I'm using a vector extension to sqlite3, sqlite_vec....