devve1 commited on
Commit
049f240
1 Parent(s): 226be31

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,6 +13,7 @@ import validators
13
  import numpy as np
14
  import pandas as pd
15
  import streamlit as st
 
16
  from numpy import ndarray
17
  from datetime import datetime
18
  from typing import List, Dict
@@ -22,7 +23,6 @@ from qdrant_client import QdrantClient
22
  from unstructured.cleaners.core import clean
23
  from streamlit_navigation_bar import st_navbar
24
  from vllm.sampling_params import SamplingParams
25
- from vllm import LLM, PoolingParams, PoolingType
26
  from fastembed import SparseTextEmbedding, SparseEmbedding
27
  from unstructured.nlp.tokenize import download_nltk_packages
28
  from huggingface_hub import snapshot_download, hf_hub_download
 
13
  import numpy as np
14
  import pandas as pd
15
  import streamlit as st
16
+ from vllm import LLM
17
  from numpy import ndarray
18
  from datetime import datetime
19
  from typing import List, Dict
 
23
  from unstructured.cleaners.core import clean
24
  from streamlit_navigation_bar import st_navbar
25
  from vllm.sampling_params import SamplingParams
 
26
  from fastembed import SparseTextEmbedding, SparseEmbedding
27
  from unstructured.nlp.tokenize import download_nltk_packages
28
  from huggingface_hub import snapshot_download, hf_hub_download