You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- [x] bug report -> please search issues before submitting
- [ ] feature request
- [ ] documentation issue or request
- [ ] regression (a behavior that used to work and stopped in a new release)
Minimal steps to reproduce
in build_index.py the index name is hardcoded to "tutorial-index". However the index can also be specified via the .env file.
IMO the .env file should be read and only if there is no value, we should set a default value (to e.g. "tutorial-index)
Additionally i think the documentation has to be fixed.
Setting the index-name in the .env file has to be done before running the build-index.py program
This issue is for a: (mark with an
x
)Minimal steps to reproduce
hard coded value:
rag-data-openai-python-promptflow/tutorial/build_index.py
Line 44 in 7e8e6b0
env specified value:
rag-data-openai-python-promptflow/tutorial/sample.env
Line 12 in 7e8e6b0
Any log messages given by the failure
Expected/desired behavior
OS and Version?
Versions
Mention any other details that might be useful
The text was updated successfully, but these errors were encountered: