erudito icon indicating copy to clipboard operation
erudito copied to clipboard

Erudito: Easy API/CLI to ask questions about your documentation

Results 7 erudito issues
Sort by recently updated
recently updated
newest added

Documentation that is published on the github pages website is out-of-sync with the actual state of the docs/ folder. For example the command for running the fastapi server on the...

Query does not return the response but it only prints it to the terminal. This is a problem when running the fastapi server, as all it ever returns is {"result":...

PdfFileReader was deprecated by PyPDF leading to crashes/errors. The pdf_to_text was updated to use the new PdfReader api This resolves: https://github.com/adriacabeza/erudito/issues/4

Running `python -m src.ingest` hit an error on `ingest.py`: ```python 39: embeddings = np.empty((len(chunks), llama.n_embd())) ``` ```zsh AttributeError: 'Llama' object has no attribute 'n_embd' ``` I'm not sure why, because...

Excellent project, thanks for making this for us folks who struggle to put these things together. When I try to get it to read my files, I get error -...

I have been trying to test this but the application is unable to load the model throwing out the following error. I am using quantised lora model from gpt4all repo...