Skip to content

Commit

Permalink
fix proxy issue (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
Spycsh authored Apr 11, 2024
1 parent 71fd893 commit ec50098
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion SearchQnA/langchain/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ ENV LANG=en_US.UTF-8
ENV PYTHONPATH=/home/user:/usr/lib/habanalabs/

# Install required branch
RUN git clone https://github.com/Spycsh/langchain.git /langchain -b master && \
RUN git clone https://github.com/Spycsh/langchain.git /langchain -b genai_examples && \
pip install --no-cache-dir /langchain/libs/langchain && \
pip install --no-cache-dir /langchain/libs/community && \
rm -rf /langchain
Expand Down
1 change: 1 addition & 0 deletions SearchQnA/langchain/docker/qna-app/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ def __init__(
vectorstore=self.vectorstore,
llm=self.llm,
search=self.search,
trust_env=True,
# num_search_results=3
)

Expand Down

0 comments on commit ec50098

Please sign in to comment.