Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
sq42na
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
sq42na
3y ago
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` class as the main docume
2.
▲
by
sq42na
3y ago
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;
3.
▲
by
sq42na
3y ago
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 assumptions about the LLM so
4.
▲
by
sq42na
3y ago
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.
5.
▲
by
sq42na
3y ago
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 making somet