Update README.md

This commit is contained in:
2026-06-02 16:00:41 +00:00
parent 8089f4c557
commit 00461f7757
+3 -2
View File
@@ -8,7 +8,8 @@ pip install -r requirements.txt
``` ```
## Environment Variables ## Environment Variables
- `OPENAI_API_KEY` API key for OpenAI or Ollama. If using local Ollama set `OPENAI_API_BASE_URL=http://localhost:11434/v1`. - `OLLAMA_MODEL` (optional) model name, defaults to `llama3`.
- `OLLAMA_BASE_URL` (optional) Ollama API endpoint, defaults to `http://localhost:11434/v1`.
## Usage ## Usage
### Load documents into vector store ### Load documents into vector store
@@ -30,4 +31,4 @@ python agent.py
## Development ## Development
- Tests are not included but can be added in `tests/`. - Tests are not included but can be added in `tests/`.
- Lint with `ruff .` and format with `black .`. - Lint with `ruff .` and format with `black .`.