Yes exactly, I'm using python/flask and currently ...
# general-english
k
Yes exactly, I'm using python/flask and currently just storing the embeddings locally in faiss since we don't have many documents. Latency is not as good as the built in knowledge base because that doesn't even have to think, whereas this solution it says "wait a sec" while it calls the function. We found the extra latency to be worth it though since the responses are so much better vs. the built in knowledge base
2 Views