-
Notifications
You must be signed in to change notification settings - Fork 4.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Question: How to Specify OIDs or Groups During Document Upload? #2074
Comments
We don't support this today - this is a feature we can add though. How are your OIDs / groups stored? |
Shouldn't the adslgen2.py already upload files to directories with certain groups (oids) ? |
Jus an idea i experiment with is to use docs_acls.json as source for includes/excludes and map app.py
chat.tsx
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm currently exploring the data ingestion process of this repository and need some assistance. Specifically, I'm trying to figure out how to specify OIDs or groups when uploading documents, for example, through the following command:
./.venv/bin/python ./app/backend/prepdocs.py './data/*' --verbose $additionalArgs
Thanks in advance for your help!
The text was updated successfully, but these errors were encountered: