Skip to content

Commit

Permalink
Applied formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
vodkar committed Nov 18, 2024
1 parent db7ba85 commit a4159db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cookbook/providers/ollama_tools/knowledge.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
Run `pip install duckduckgo-search sqlalchemy pgvector pypdf openai ollama` to install dependencies.
Run Ollama Server: `ollama serve`
Pull required models:
Pull required models:
`ollama pull openhermes`
`ollama pull llama3.1:8b`
If you haven't deployed database yet, run:
`docker run --rm -it -e POSTGRES_PASSWORD=ai -e POSTGRES_USER=ai -e POSTGRES_DB=ai -p 5532:5432 --name postgres pgvector/pgvector:pg17`
`docker run --rm -it -e POSTGRES_PASSWORD=ai -e POSTGRES_USER=ai -e POSTGRES_DB=ai -p 5532:5432 --name postgres pgvector/pgvector:pg17`
to deploy a PostgreSQL database.
"""
Expand Down

0 comments on commit a4159db

Please sign in to comment.