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
Allow for subdirectory structure within data directory (#569)
* Allow for subdirectory structure within data directory
- recursively read the data directory
- @TODO/SUGGEST - may be worth to think about using the sub directory information for enriching the index and/or use it for access control (e.g., subdirectory names may be named like the Azure AD Group for access control)
* Update prepdocs.py
* Convert comment for read_files function to DocString
* Handing over `use_vectors` variable in the recursive call
* Update prepdocs.py
- Removed out-of-reach condition within read_files function
* Update prepdocs.py
* Update prepdocs.py
* Fixing syntax error - filename isn't global anymore due to the recursive function introduced. Have to be explicitly handed over to the split_text function
0 commit comments