From fca9a9dcc3ea1036e1e2eaa16d0ff31c95721185 Mon Sep 17 00:00:00 2001 From: Alexander Svan Date: Mon, 7 Apr 2025 17:11:37 +0200 Subject: [PATCH] more relevant documents --- README.md | 2 +- script.py | 7 +++---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 7a160d1..cfe42e1 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ python script.py seed And then you can do your search ```bash -python script.py search --query "How does AI change industries?" +python script.py search --query "What is NAF and how can it help?" ``` ## Roadmap diff --git a/script.py b/script.py index fec5631..b4528e1 100644 --- a/script.py +++ b/script.py @@ -21,10 +21,9 @@ def get_embedding(text, embedding_model): def seed_database(embedding_model): """Seed the ChromaDB with example documents.""" documents = [ - "Artificial Intelligence is transforming industries.", - "Machine learning helps computers learn from data.", - "Deep learning uses neural networks to process information.", - "RAG enhances language models with retrieved knowledge." + "NAF is a architectural framework.", + "C3 Taxonomi helps define capabilties.", + "Architectural framework help organizations define architecture in standardized way with diffrent view points.", ] for i, doc in enumerate(documents):