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
Without editing the code I receive a 500 error when running the legal-semantic-search sample app. Is this a server side bug?
Also, if I want to use the app for my different legal documents, do I just remove the existing sample PDFs upload my own PDFs? or is there manual changes to be made e.g. to the db.json file etc? Is there a set-up video tutorial available?
The text was updated successfully, but these errors were encountered:
Maybe you forgot to set up the environment, and replacing the existing sample PDF directly may not work, because the document states that PDFs are parsed by langchain.
You definitely can swap in your own arbitrary PDFs. The bootstrapping service will read them, chunk them and upsert them into your index, as you can see here.
Without editing the code I receive a 500 error when running the legal-semantic-search sample app. Is this a server side bug?
Also, if I want to use the app for my different legal documents, do I just remove the existing sample PDFs upload my own PDFs? or is there manual changes to be made e.g. to the db.json file etc? Is there a set-up video tutorial available?
The text was updated successfully, but these errors were encountered: