Skip to content

Commit c5abb85

Browse files
committed
Update chatrag version
1 parent e270125 commit c5abb85

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,4 +249,5 @@ back/models/
249249
*indexes/
250250
*.ipynb
251251
chat_rag/data/
252-
chat_rag/examples/
252+
chat_rag/examples/
253+
*/.ragatouille/*

back/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ RUN modelw-docker build
106106
ARG INSTALL_CHAT_RAG
107107
ENV INSTALL_CHAT_RAG=$INSTALL_CHAT_RAG
108108

109-
RUN if [ "$INSTALL_CHAT_RAG" = "true" ]; then echo "Installing chat-rag..."; poetry add chat-rag==0.1.68; fi
109+
RUN if [ "$INSTALL_CHAT_RAG" = "true" ]; then echo "Installing chat-rag..."; poetry add chat-rag==0.1.73; fi
110110
RUN if [ "$INSTALL_CHAT_RAG" = "true" ]; then echo "Installing ninja-build..."; apt-get install ninja-build; fi
111111

112112

chat_rag/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "chat-rag"
3-
version = "0.1.72"
3+
version = "0.1.73"
44
description = ""
55
authors = ["Diego Peláez Paquico <[email protected]>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)