목록Study/LLM (1)
go.od_planter
[ollama] embedding maximum batch size = 41666
1160분,, 거의 20시간 가까이 돌아간 Ollama embedding 작업 중 오류가 떴다...결론은 maximum batch size가 존재한다는것.. from langchain.embeddings import OllamaEmbeddingsfrom langchain.vectorstores import Chromaoembed = OllamaEmbeddings(base_url="http://localhost:11434", model = 'llama3.1:latest')vectorsotre = Chroma.from_documents(documents=texts, embedding=oembed) {"name": "ValueError","message": "Batch size 61179 exceeds max..
Study/LLM
2024. 9. 11. 18:42