Skip to content

Commit

Permalink
Remove Coming soon tag on Milvus (#420)
Browse files Browse the repository at this point in the history
* Remove Coming soon tag on Milvus

* Update frontend/src/components/input-output/add-source-modal/AddSourceModal.jsx

Co-authored-by: Deepak K <[email protected]>
Signed-off-by: Gayathri <[email protected]>

---------

Signed-off-by: Gayathri <[email protected]>
Co-authored-by: Deepak K <[email protected]>
  • Loading branch information
gaya3-zipstack and Deepak-Kesavan authored Jun 27, 2024
1 parent 3ad95cb commit 95ca80c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ function AddSourceModal({
const disabledIdsByType = {
EMBEDDING: ["huggingface|90ec9ec2-1768-4d69-8fb1-c88b95de5e5a"],
LLM: ["replicate|2715ce84-05af-4ab4-b8e9-67ac3211b81e"],
VECTOR_DB: ["milvus|3f42f6f9-4b8e-4546-95f3-22ecc9aca442"],
VECTOR_DB: [],
};

useEffect(() => {
Expand Down

0 comments on commit 95ca80c

Please sign in to comment.