Ryan Grippeling

Results 31 comments of Ryan Grippeling

> If I'm being completely honest, I think my repo had a good thing going on on main.py and the relating classes/files, you're free to copy it to here if...

Be aware though that even right now, in my local environment, it's not fully working. I got it working, then it broke, then I refactored, then it broke again, it's...

> One (of several) nice things about your approach @Ryangr0 is a more complete integration of LangChain. The streamlit repo was really just using LangChain as conduit to OpenAI instead...

> @Ryangr0 - BEFORE READING THIS, GET SOME SLEEP. When you wake up and have some breakfast an d coffee, read on… > > So….are you proposing a whole new...

Mine is weaviate, my project has a docker-compose file that runs the following services when I up: ``` version: '3.4' services: weaviate: container_name: weaviate command: - --host - 0.0.0.0 -...

Could be CLRF stuff. I'd check it.

https://github.com/hwchase17/langchain/pull/2878 FYI @MalikMAlna

Hey guys, just came across this project. Is there anything I can do to help? I'm working on implementing several langchain features together and I'd like to import my current...

I just don't see any future for multiple codebases unless there is first class support. Things are always going to end up missing, or different, maybe even architecturally or conceptually.