sq42na
No user record in our sample, but sq42na has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
No user record in our sample, but sq42na has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
We actually use Langchain under the hood for some things, and are in the process of figuring out which abstractions make sense to put on the SDK interface. For example, we already use the `langchain.schema.Document`…
It's embarrassingly simple and of course has infinite room for improvement, but I figured it might be interesting for you to check anyway: https://github.com/taivop/speed-copilot It's built with OpenCopilot; the bulk of…
Yep, currently gpt-3.5-16k or gpt-4. We wrote the example prompts in a relatively Llama-compatible way though (we actually started building this onto Llama 1 before switching to OpenAI as default), and make few…
RAG comes out of the box - see here: https://docs.opencopilot.dev/improve/knowledge-base We were hoping to make dynamic RAG part of the very first release but didn't - we'll be adding that soon.
Sure! Taivo here - CTO & co-founder of OpenCopilot. The most recent LLM app we've built has been the Ready Player Me copilot (which you can see linked in the main repo as well, and which was an inspiration for actually…