We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
finally
1 parent 7865cf3 commit 21390d6Copy full SHA for 21390d6
pyproject.toml
@@ -23,7 +23,7 @@ github = "https://github.com/Davidyz/VectorCode"
23
documentation = "https://github.com/Davidyz/VectorCode/blob/main/docs/cli.md"
24
25
[project.optional-dependencies]
26
-intel = ['optimum[openvino]']
+intel = ['optimum[openvino]', 'openvino']
27
28
[project.scripts]
29
vectorcode = "vectorcode.main:main"
src/vectorcode/common.py
@@ -119,7 +119,6 @@ def get_embedding_function(configs: Config) -> chromadb.EmbeddingFunction:
119
f"Failed to use {configs.embedding_function}. Falling back to Sentence Transformer.",
120
file=sys.stderr,
121
)
122
- finally:
123
return embedding_functions.SentenceTransformerEmbeddingFunction()
124
125
0 commit comments