Skip to content

Commit

Permalink
last cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
threnjen committed Jan 19, 2025
1 parent 87b502d commit 22adc13
Show file tree
Hide file tree
Showing 3 changed files with 617 additions and 714 deletions.
2 changes: 1 addition & 1 deletion Dockerfiles/Dockerfile.weaviate_rag
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ENV PERSISTENCE_DATA_PATH=/var/lib/weaviate
ENV DEFAULT_VECTORIZER_MODULE=text2vec-transformers
ENV ENABLE_MODULES=text2vec-transformers
ENV CLUSTER_HOSTNAME=node1
# ENV TRANSFORMERS_INFERENCE_API=http://t2v-transformers:8080
ENV TRANSFORMERS_INFERENCE_API=http://t2v-transformers:8080

# Define entrypoint command
CMD ["--host", "0.0.0.0", "--port", "8081", "--scheme", "http"]
1 change: 0 additions & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ openai = "*"
nltk = "*"
sentence-transformers = "*"
pydantic = "*"
transformers = "*"

[dev-packages]
pytest = "*"
Expand Down
Loading

0 comments on commit 22adc13

Please sign in to comment.