This is my pipeline an and I am returning the links in the string but I want the urls to looks like when using the integrate knowledge base. #345
Unanswered
egouilliard
asked this question in
Q&A
Replies: 1 comment 2 replies
-
I might be misunderstanding, but if you'd like to have links in your response just format your links with markdown. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
from collections.abc import Generator, Iterator
import pandas as pd
import psycopg2
import requests
from scipy.spatial.distance import cosine
from sentence_transformers import SentenceTransformer
#logging.basicConfig(level=logging.DEBUG)
class Pipeline:
"""Pipeline for processing queries.
Beta Was this translation helpful? Give feedback.
All reactions