File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -249,4 +249,5 @@ back/models/
249249* indexes /
250250* .ipynb
251251chat_rag /data /
252- chat_rag /examples /
252+ chat_rag /examples /
253+ * /.ragatouille /*
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ RUN modelw-docker build
106106ARG INSTALL_CHAT_RAG
107107ENV 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
110110RUN if [ "$INSTALL_CHAT_RAG" = "true" ]; then echo "Installing ninja-build..." ; apt-get install ninja-build; fi
111111
112112
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " chat-rag"
3- version = " 0.1.72 "
3+ version = " 0.1.73 "
44description = " "
55authors = [
" Diego Peláez Paquico <[email protected] >" ]
66readme = " README.md"
You can’t perform that action at this time.
0 commit comments