From 32bc4e7ef1a9d60fb322d0973848169e1093d23f Mon Sep 17 00:00:00 2001 From: Vasilije <8619304+Vasilije1990@users.noreply.github.com> Date: Thu, 14 Mar 2024 21:21:13 +0100 Subject: [PATCH] Update docs --- docs/blog/index.md | 2 +- docs/blog/posts/from-demo-to-production-2.md | 20 +++++++++++++++++--- docs/blog/posts/from-demo-to-production-3.md | 13 +++++++++++++ docs/blog/posts/from-demo-to-production-4.md | 13 +++++++++++++ 4 files changed, 44 insertions(+), 4 deletions(-) diff --git a/docs/blog/index.md b/docs/blog/index.md index 3fbe4fbd4..507dfa3f4 100644 --- a/docs/blog/index.md +++ b/docs/blog/index.md @@ -1,4 +1,4 @@ -# Welcome to the cognee Blog +# Welcome to the cognee blog The goal of the blog is to discuss broader topics around the cognee project, including the motivation behind the project, the technical details, and the future of the project. diff --git a/docs/blog/posts/from-demo-to-production-2.md b/docs/blog/posts/from-demo-to-production-2.md index 383ba4dd3..2d77c3979 100644 --- a/docs/blog/posts/from-demo-to-production-2.md +++ b/docs/blog/posts/from-demo-to-production-2.md @@ -1,7 +1,21 @@ +--- +draft: False +date: 2023-10-05 +tags: + - pydantic + - langchain + - llm + - openai + - functions + - pdfs +authors: + - tricalt +--- + # Going beyond Langchain + Weaviate: Level 2 towards Production -### **1.1. The problem of putting code to production** +### 1.1. The problem of putting code to production *This post is a part of a series of texts aiming to discover and understand patterns and practices that would enable building a production-ready AI data infrastructure. The main focus is on how to evolve data modeling and retrieval in order to enable Large Language Model (LLM) apps and Agents to serve millions of users concurrently.* @@ -27,9 +41,9 @@ In this post, some of the shortcomings from the previous level will be addressed 5. LLM context and task generation 6. Dynamic Agent behavior and Agent tooling -## 3**. Level 2: Memory Layer + FastAPI + Langchain + Weaviate** +## 3. Level 2: Memory Layer + FastAPI + Langchain + Weaviate -### **3.1.** Developer Intent at Level 2 +### 3.1. Developer Intent at Level 2 This phase enhances the basic script by incorporating: diff --git a/docs/blog/posts/from-demo-to-production-3.md b/docs/blog/posts/from-demo-to-production-3.md index 98c60a1a1..b39eb8afd 100644 --- a/docs/blog/posts/from-demo-to-production-3.md +++ b/docs/blog/posts/from-demo-to-production-3.md @@ -1,4 +1,17 @@ +--- +draft: False +date: 2023-10-05 +tags: + - pydantic + - langchain + - llm + - openai + - functions + - pdfs +authors: + - tricalt +--- # Going beyond Langchain + Weaviate: Level 3 towards production diff --git a/docs/blog/posts/from-demo-to-production-4.md b/docs/blog/posts/from-demo-to-production-4.md index dfb026dba..52516340c 100644 --- a/docs/blog/posts/from-demo-to-production-4.md +++ b/docs/blog/posts/from-demo-to-production-4.md @@ -1,5 +1,18 @@ +--- +draft: False +date: 2023-12-05 +tags: + - pydantic + - langchain + - llm + - openai + - functions + - pdfs +authors: + - tricalt +--- # Going beyond Langchain + Weaviate: Level 4 towards production