Skip to content

Commit

Permalink
bump version, explicitly disable llm
Browse files Browse the repository at this point in the history
  • Loading branch information
rishimo committed Feb 12, 2024
1 parent cebe62a commit ec5a7b5
Show file tree
Hide file tree
Showing 3 changed files with 81 additions and 102 deletions.
2 changes: 1 addition & 1 deletion metaphor/common/embeddings.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def embed_documents(
)

service_context = ServiceContext.from_defaults(
embed_model=embed_model, node_parser=node_parser
embed_model=embed_model, node_parser=node_parser, llm=None
)

vector_store = SimpleVectorStore()
Expand Down
Loading

0 comments on commit ec5a7b5

Please sign in to comment.