Test mit marqo-DB

This commit is contained in:
2024-12-04 16:19:08 +01:00
parent 15a6c9a97c
commit d8e0131e8b
6 changed files with 2 additions and 2 deletions

View File

@@ -3,13 +3,13 @@ import fitz # PyMuPDF zum Extrahieren von PDF-Text
import marqo
# Verbindung zur Marqo-Instanz herstellen
client = marqo.Client(url="http://localhost:8882") # Marqo-URL
client = marqo.Client(url="http://192.168.11.16:8882") # Marqo-URL
# Marqo-Indexname
index_name = "pdf-index"
# Ordner mit PDFs
pdf_folder = "/opt/ki/st01"
pdf_folder = "C:\Firma\KI\Local_RAG\dateien"
# Index-Einstellungen
index_settings = {