Philipp Gillé
Philipp Gillé
There are some things I don't understand about the templates. For example the [OpenChat template](https://github.com/huggingface/chat-ui/blob/0819256ea45678b66b992f7e05b6cb08b007e4ee/PROMPTS.md?plain=1#L44): 1. Why does the OpenChat template start with `` but doesn't have any `` to...
Their API seems to be similar to the OpenAI one. I think they use [vLLM](https://github.com/vllm-project/vllm) as the inference/serving engine, which has an OpenAI compatible endpoint (or at least an option...
> using through groq works, yes, ollama should work as well. Mistral has some open, but also some proprietary models which are only accessible via their API, and not through...
> chromem-go could be save in every database? Currently it has two persistence modes: - Immediate persistence: On every document addition a file is written. On start all files are...
I have actually already thought about switching to a more permissive license, but would check with all contributors to chromem-go first. Among the licenses, I'm leaning toward something like the...
Opened an issue in chromem-go to track the license change: https://github.com/philippgille/chromem-go/issues/86
Just to give a small status update: - The chromem-go license is changed to MPL, so ready to be used here - The immediate persistence is still only file based,...
Sure! > The chromem-go license is changed to MPL, so ready to be used here PR https://github.com/philippgille/chromem-go/pull/87, will be part of the next release `v0.7.0` > The immediate persistence is...