From 1ae7d0fe1da8105e595a2ba1a840b5bf3502fda3 Mon Sep 17 00:00:00 2001 From: Henrique Marques Reis Date: Fri, 19 Jan 2024 11:02:52 +0100 Subject: [PATCH] correcting line too long --- src/main.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main.py b/src/main.py index 05afa6e..d861596 100644 --- a/src/main.py +++ b/src/main.py @@ -129,7 +129,8 @@ def process(self, data): api_description = """ This service uses langchain to vectorize documents into a FAISS vectorstore. -You can chat with your vectorized documents using the [Swiss Ai chatbot](https://chatbot-ollama-swiss-ai-center.kube.isc.heia-fr.ch/). +You can chat with your vectorized documents using the +[Swiss Ai chatbot](https://chatbot-ollama-swiss-ai-center.kube.isc.heia-fr.ch/). """ api_summary = """ This service uses langchain to vectorize documents into a FAISS vectorstore.