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...
And resolution of functions not in the subclass are correctly analyzed: ```py from statemachine import StateMachine def a_function_from_an_outer_scope(): return True class MyStatemachine(StateMachine): def __init__(self): super().__init__() self.this_method_does_not_exist() this_method_also_does_not_exist() a_function_from_an_outer_scope() class MyNotStatemachine:...
I'll see if I can poke around and figure something out. There are mypy stub generators (used on peewee, for example) that might be useful here.
It'll be two years in January. Perhaps we need a Textual watch party on Discord.
And now its been two years. :D