Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ import warnings
|
|
4 |
import asyncio
|
5 |
from llama_index.core import VectorStoreIndex, SimpleDirectoryReader, Document, Settings
|
6 |
from llama_index.llms.cerebras import Cerebras
|
7 |
-
from llama_index.embeddings.
|
8 |
from groq import Groq
|
9 |
import io
|
10 |
|
|
|
4 |
import asyncio
|
5 |
from llama_index.core import VectorStoreIndex, SimpleDirectoryReader, Document, Settings
|
6 |
from llama_index.llms.cerebras import Cerebras
|
7 |
+
from llama_index.embeddings.mixedbreadai import MixedbreadAIEmbedding, EncodingFormat
|
8 |
from groq import Groq
|
9 |
import io
|
10 |
|