More format fixes

This commit is contained in:
Self Denial 2024-04-04 12:07:42 -06:00
parent bcf79c8366
commit 075fbedb02
2 changed files with 12 additions and 5 deletions

View file

@ -191,6 +191,7 @@ def rag_messages(docs, messages, template, k, embedding_function):
return messages
def embedding_model_get_path(
embedding_model: str, update_embedding_model: bool = False
):