microllama icon indicating copy to clipboard operation
microllama copied to clipboard

The smallest possible LLM API

Results 2 microllama issues
Sort by recently updated
recently updated
newest added

e.g. ```bash pip install spacy python -m spacy download en_core_web_sm ``` and in `Dockerfile`: ```dockerfile RUN pip install spacy RUN python -m spacy download en_core_web_sm ``` In `microllama.py`: ```python from...

Try out Pinecone as an optional alternative to FAISS. Expected pros: smaller container, lower memory use. Expected cons: slower indexing and querying because of network latency, cost for large document...