Albert Latham
Albert Latham
C# and dotnet have a pretty simple solution to this. When the compiler pukes you get a 4 digit number with the error output. That 4 digit number corresponds to...
Also facing this error with a vanilla setup ``` from llama_index import VectorStore, SimpleWebPageReader documents = SimpleWebPageReader(html_to_text=True).load_data([ ... URLs ... ]) index = VectorStoreIndex.from_documents(documents) index.storage_context.persist("some file path") ``` I'll note...
`Char*` in `SingleQuotedString = single_quote Char* single_quote WhiteSpace` appears to be the thing that is "too greedy" because your second `single_quote` has nothing to match on at the end of...
I'd like to throw in Ironclad's Rivet application expects an OpenAI API endpoint as well: https://github.com/Ironclad/rivet
Getting a similar issue on Arch Linux with KDE / i3wm. Relevant versions: - gstreamer 1.22.10-1 - pipewire 1:1.0.3-1 - Linux interlude 6.7.5-arch1-1 #1 SMP PREEMPT_DYNAMIC Sat, 17 Feb 2024...
I'd like to mention that if you handle `ollama` or `llama.cpp` interop you'll get models that run on a CPU for free. Ollama comes with an web API out of...