Brian E. Granger

Results 391 comments of Brian E. Granger

@3coins from AWS is working on a deployment template for LainChain on Lambda and API Gateway. It includes a DynamoDB-based memory subclass. Should be ready in the next few days....

We are working to get it moved over to the GitHub org of @hwchase17 but here is the repo with a working AWS deployment template for Lambda: https://github.com/3coins/langchain-aws-template

Great, let us know if we can improve the documentation. On Wed, Mar 29, 2023 at 11:52 AM gitmj ***@***.***> wrote: > I debugged it further and it was related...

Hmmm, I am using both the Cohre and OpenAI embeddings and it works fine. The code I am using the slightly different: ```python embeddings = CohereEmbeddings() vectordb = FAISS.from_documents(documents=docs, embedding=embeddings)...

@hwchase17 and @nimimeht there are a few of us from AWS that can dive in and help to review and work on this.

Thanks everyone for helping with this one!

+1 On Wed, Apr 3, 2024 at 9:51 AM Yuvi Panda ***@***.***> wrote: > Yes I think an 'Application' field would be quite perfect. > > — > Reply to...

I may have found the issues and will report back once I have confirmed.

OK, this doesn't appear to be an issue in Jupyter Server or Jupyter Server Proxy. Looks like in this particular case, there was a subclass of the JSP handler that...

Thanks, this sounds pretty severe, we should try to fix this before the 4.0 release.