Justin Flick

Results 40 comments of Justin Flick

@RuanAzevedo This is still on my to-do list. I'm traveling for work this week but hoping to pick it back up next week.

@yil532 there is an issue I raised that the Vertex AI version of PaLM is not supported. I'm working on a PR to implement that functionality. #4532

WIP branch here: https://github.com/Jflick58/langchain/tree/vertex-ai-palm

Some Google folks mentioned in #2892 that they are working on it. I'd monitor that issue for progress.

There are examples on using the Llama Hub code and converting the documents to the LangChain document format: https://github.com/emptycrown/llama-hub/tree/main ``` from llama_index import GPTSimpleVectorIndex, download_loader from langchain.llms import OpenAI from...

I actually have been working on modifying the Llamahub code into a Confluence LangChain document loader. It's just been on my backlog. For my own use case, I've been trying...

@hwchase17 happy to formally take this if you want to assign this issue to me.

@zywilliamli yeah I opened a PR for the document loader: #2965 The retrieval tool that I am working on (no branch currently published, have just been fooling around with it...

@icereed I'll work on that. Should be able to be handled pretty easily with a decorator.

Apologies for the delay. Fully in support of these enhancements. Thanks!