parent
485b41a219
commit
028f0b5100
2 changed files with 2 additions and 2 deletions
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
## 🚀 Configure Vector and Graph Stores
|
||||
|
||||
You can configure the vector and graph stores using the environment variables in your .env file or programatically.
|
||||
You can configure the vector and graph stores using the environment variables in your .env file or programmatically.
|
||||
We use [Pydantic Settings](https://docs.pydantic.dev/latest/concepts/pydantic_settings/#dotenv-env-support)
|
||||
|
||||
We have a global configuration object (cognee.config) and individual configurations on pipeline and data store levels
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ or
|
|||
cognee.config.llm_api_key = "YOUR_OPENAI_API_KEY"
|
||||
|
||||
```
|
||||
If you are using Networkx, create an account on Graphistry to vizualize results:
|
||||
If you are using Networkx, create an account on Graphistry to visualize results:
|
||||
```
|
||||
cognee.config.set_graphistry_config({
|
||||
"username": "YOUR_USERNAME",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue