krmchal
krmchal
After attempting to use just your basic examples I was presented with the following Attribute Error: `AttributeError: module 'collections' has no attribute 'Hashable'` I am using Python 3.11.0. After taking...
While using the [spacy_llm rel_openai](https://github.com/explosion/spacy-llm/tree/main/usage_examples/rel_openai) example I continually run into the error: - `IndexError: [E035] Error creating span with start 9 and end -1 for Doc of length 16.` This...
When implementing a user defined task I find the response times to be extremely slow even while using the bulk document submission in spacy-llm i.e. "list(nlp.pipe(docs))" When using this technique...