Skip to content

Commit

Permalink
fix anyscale embeddings
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielchua committed Jan 17, 2024
1 parent 91d7573 commit 8fd85d8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@
st.session_state["embedding_model"] = col1.selectbox("Select your embedding model",
["all-MiniLM-L6-v2",
"text-embedding-ada-002",
"gte-large"])
# "gte-large"
])

col1.markdown("### 3. Build VectorDB ⚡️")
if col1.button("Build"):
Expand Down

0 comments on commit 8fd85d8

Please sign in to comment.