Replies: 2 comments 2 replies
-
Hey @Renuk9390 , apologies for being late to assist you, have you made any progress so far? |
Beta Was this translation helpful? Give feedback.
-
Hey @Renuk9390, let me try to help you there:
I hope these help 🙏 Let us know if you have any further questions |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Dear Community,
I am working on the Haystack Demo app, in this regard I have the following questions:
i) in reader/farm.py ---> context_window_size: int = 300
ii) in rest-api/config.py ---> export CONTEXT_WINDOW_SIZE=300
But I can still see only 150 tokens in the demo app in the local host when the results are shown.
In this case, 'prune' will erase everything, and 'up' command will set up everything from scratch as shown below, nearly 5 GB of content/Softwares/etc is recreated:
Building ui
Sending build context to Docker daemon 43.01kB
Step 1/6 : FROM python:3.7.4-stretch
3.7.4-stretch: Pulling from library/python
9a0b0ce99936: Pull complete
db3b6004c61a: Pull complete
f8f075920295: Pull complete
6ef14aff1139: Pull complete
0bbd8b48260f: Pull complete
9f9509d27b35: Pull complete
f300a57cfca1: Pull complete
21507b32fc6d: Pull complete
861289d3f5cf: Pull complete
Digest: sha256:01f8c2bff9cd007ca5b75c5e21a4c56a33d502cf091c2a1c574bf562be1a8e4f
Status: Downloaded newer image for python:3.7.4-stretch
---> 9c5a6f98cfe8
Step 2/6 : COPY . /ui
...........
Is there a better way to make visible the changes made in the code base while running the demo app locally using docker-compose up command?
Any help in this regard is highly appreciated!
Best,
Renuk
Beta Was this translation helpful? Give feedback.
All reactions