mirror of
https://github.com/Shubhamsaboo/awesome-llm-apps.git
synced 2026-03-11 17:48:31 -05:00
Issue in running llama3_local_rag #4
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @sathiya-mit on GitHub (May 5, 2024).
Originally assigned to: @Shubhamsaboo on GitHub.
Getting below error.
ValueError: Error raised by inference endpoint: HTTPConnectionPool(host='localhost', port=11434): Max retries exceeded with url: /api/embeddings (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x124e0a310>: Failed to establish a new connection: [Errno 61] Connection refused'))
@gth-ai commented on GitHub (May 5, 2024):
Hi,
You must first install ollama in your computer (it will act as a server).
@Shubhamsaboo commented on GitHub (May 5, 2024):
I think the above comment would solve your problem @sathiya-mit.
Thanks @gth-ai for jumping in and supporting the community.