Sachin Bhat

Results 13 comments of Sachin Bhat

Hey @eyurtsev, Tried writing the necessary SQL to update the schema as specified by you. However, when I try to index documents, I get the following error: ``` Error indexing...

Hey @eyurtsev, I have tried to replicate the `langchain-community` indexed documents table schema to match that of `langchain-postgres` as closely as possible. I do still get some errors: ``` Error...

You could experiment by adding more guardrails as well to avoid the duplication issue.

Hey @eyurtsev, If more information is given I can take this up. Cheers, Sachin

I ran the following via `grayskull`: ``` grayskull pypi --strict-conda-forge langchain-postgres ``` and got the following meta.yml file: ``` {% set name = "langchain-postgres" %} {% set version = "0.0.6"...

I completely understand. Whenever you have time you can visit the following documentation. [https://rye.astral.sh/guide/publish/#publish](url) The advantage with this is that it has builtin support for linting, formatting, testing and more...

I have some experience with using it. If it interests you I can always send a PR.

So a somewhat hacky solution for this is setting `Sudoloop = true` under `[options]` but I am wondering if there is a more elegant way to have it run `doas...

Hi @Enselic, thanks for the review! I completely understand the hesitation currently. We can always migrate when the consensus is reached. In the meantime, I would leave a few links...

I could change it to use `serde-saphyr` ([ref](https://crates.io/crates/serde-saphyr/0.0.8)) but the number of downloads are still few.