Changed typehints from dict to Dict.
The former is only supported from Python 3.10 onwards and we'd like to support Python 3.9 onwards.
Showing
- docs/00-introduction.ipynb 1 addition, 1 deletiondocs/00-introduction.ipynb
- docs/examples/unstructured-element-splitter.ipynb 4 additions, 4 deletionsdocs/examples/unstructured-element-splitter.ipynb
- replace.py 2 additions, 2 deletionsreplace.py
- semantic_router/encoders/clip.py 4 additions, 4 deletionssemantic_router/encoders/clip.py
- semantic_router/encoders/huggingface.py 3 additions, 3 deletionssemantic_router/encoders/huggingface.py
- semantic_router/encoders/tfidf.py 1 addition, 1 deletionsemantic_router/encoders/tfidf.py
- semantic_router/encoders/vit.py 3 additions, 3 deletionssemantic_router/encoders/vit.py
- semantic_router/index/base.py 2 additions, 2 deletionssemantic_router/index/base.py
- semantic_router/index/local.py 2 additions, 2 deletionssemantic_router/index/local.py
- semantic_router/index/pinecone.py 2 additions, 2 deletionssemantic_router/index/pinecone.py
- semantic_router/index/qdrant.py 1 addition, 1 deletionsemantic_router/index/qdrant.py
- semantic_router/layer.py 4 additions, 4 deletionssemantic_router/layer.py
- semantic_router/llms/base.py 5 additions, 5 deletionssemantic_router/llms/base.py
- semantic_router/llms/llamacpp.py 3 additions, 3 deletionssemantic_router/llms/llamacpp.py
- semantic_router/llms/openai.py 5 additions, 6 deletionssemantic_router/llms/openai.py
- semantic_router/schema.py 3 additions, 3 deletionssemantic_router/schema.py
Loading
Please register or sign in to comment