From 485b41a21936b07d3a1e322d23df26dba40af83d Mon Sep 17 00:00:00 2001 From: RuhiJain <138304656+Ruhi14@users.noreply.github.com> Date: Thu, 10 Oct 2024 16:57:15 +0530 Subject: [PATCH 1/2] Update README.md with new badges (#149) --- README.md | 23 +++++++---------------- 1 file changed, 7 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 467af553b..7255bf754 100644 --- a/README.md +++ b/README.md @@ -1,24 +1,15 @@ # cognee +[](https://GitHub.com/topoteretes/cognee/network/) +[](https://GitHub.com/topoteretes/cognee/stargazers/) +[](https://GitHub.com/topoteretes/cognee/commit/) +[](https://github.com/topoteretes/cognee/tags/) +[](https://pepy.tech/project/cognee) +[](https://github.com/topoteretes/cognee/blob/master/LICENSE) + We build for developers who need a reliable, production-ready data layer for AI applications -
- - ## What is cognee? cognee implements scalable, modular ECL (Extract, Cognify, Load) pipelines that allow you ability to interconnect and retrieve past conversations, documents, audio transcriptions, while also reducing hallucinations, developer effort and cost. From 028f0b51005f133047ed62a38a1eac5fd3442248 Mon Sep 17 00:00:00 2001 From: Farookh Zaheer Siddiqui <129654632+FarukhS52@users.noreply.github.com> Date: Thu, 10 Oct 2024 16:57:40 +0530 Subject: [PATCH 2/2] Fix Typos (#148) * Update configuration.md * Update quickstart.md --- docs/configuration.md | 2 +- docs/quickstart.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/configuration.md b/docs/configuration.md index a49e8f84e..b41810bff 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -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 diff --git a/docs/quickstart.md b/docs/quickstart.md index 99c6bcde1..828fb249d 100644 --- a/docs/quickstart.md +++ b/docs/quickstart.md @@ -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",