imaprogrammer

Results 19 comments of imaprogrammer

Yep, your second reasoning makes more sense than what I was thinking. The use case is, as I said to just make all file names in the same format (you...

I would also like to set the PG schema to use. Basically add `__table_args__ = {'schema': 'vectorstore'}` to the base DB model `BaseModel`. This way, schema mapping can be used...

Yup I think this should fix the issue, and also solve @Buckler89 's issue

@hwchase17 hey can you merge this fix? It fixes the issue caused by my "persist()" fix which was incomplete apparently

It seems @hwchase17 committed recently #7355 a fix to make it None some time ago. My Idea would be to create the BaseModel classes within a function itself, and call...

By absolute, does that mean "move forward 20cm", or "rotate 90 degrees cw"? If so, I think it would be "relative", not absolute

I had the same issue. It was probably due to React version being too new, as this package needs ^17.0.2 (currently it is 18). I downgraded React by following this...

Here is some log output that was resulted from this issue: ``` [E 19:41:41.186 NotebookApp] Error unpacking user from cookie: Extra data: line 1 column 2 (char 1) [W 19:41:41.186...

So I discovered `RetrievalQAWithSourcesChain` that does what I want. It has a different output_key ('answer' instead of 'result') but the usage is same. I was able to ask for document...

Same, happening with every connection tab that was left open and when reconnection is done. Happening on v 23.3.4.202402060628 and at least 1 previous version (can't confirm which, sorry). **Steps**:...