Spaces:
Sleeping
Sleeping
| from langchain_huggingface import HuggingFaceEmbeddings | |
| def get_embeddings(): | |
| return HuggingFaceEmbeddings( | |
| model="all-MiniLM-L6-v2" | |
| ) |
| from langchain_huggingface import HuggingFaceEmbeddings | |
| def get_embeddings(): | |
| return HuggingFaceEmbeddings( | |
| model="all-MiniLM-L6-v2" | |
| ) |