Mauricio Cirelli
Mauricio Cirelli
Hi @robjuz, We have found the issue. We created a namespace "nominatim" for this deployment and configured kubectl context to run commands there. Changing to the default namespace worked. This...
> Can you please show me logs from the Postgres pod? DETAIL: User "postgres" has no password assigned. It repeats that line continuously.
> Please try installing the chart with `helm install --namespace nominatim ...` I‘m not sure how Helm will handle the installation then the namespace is set in kube config Tried...
Hi! The database has been installed using v 3.1.0. However, replication is not working as expected. It is stuck at an error loop: ``` 2022-10-20 12:35:47: Using project directory: /nominatim...
I am trying to build it using a Runnable Branch... I have created a ROUTES array with name, description and prompt strings and added a RunnablePassthrough step to get the...
Hi, I have taken another approach on my app.
Hi @jacoblee93, Thank you for your time looking into this. I certainly can make it more backwards compatible. I just would like to clarify a couple things: There are two...
Also, I have looked into other VectorStores implementations, such as [PgVector](https://github.com/langchain-ai/langchainjs/blob/main/libs/langchain-community/src/vectorstores/pgvector.ts) It is also storing the metadata as a JSON object in a single column ```metadataColumnName``` in the database. It...
Hi @bsbodden Regarding the backwards compatibility, I think that's easy and reasonable. Regarding the filter expression, I think it should be just a string in case a ```metadataSchema``` is provided....