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
I am making an app that searches documents. But I don't want The documents that are already in the dataBase folder. How do I remove the documents that come pre programmed?
The text was updated successfully, but these errors were encountered:
Hi, this project was intended to serve only those documents which i parsed and pushed into sql db. So, it is right now serving as a static project. I thought about building this project as a tool so that others can use this engine in their projects but unfortunately i never got time to do so.
If want to use this search engine for yout own needs then i would suggest you to deeply understand whole code workflow and then only you would be able to manipulate previous documents and to add yours (IT CAN BE DONE)
My advice: Try Using elasticsearch in your app instead of using this search engine.
Hi, thanks for the reply
This is an amazing software an i really would like to work with this.
Can you just give me a quick guide on parsing the documents so that i can place the files in dataBase folder with my own files.
I have trying to do that and have failed so far. Since you made it will be very easier for you to give me a quick guide.
I have a lot of experience in working with python so there won't be any problem in the language.
Thanks
I am making an app that searches documents. But I don't want The documents that are already in the dataBase folder. How do I remove the documents that come pre programmed?
The text was updated successfully, but these errors were encountered: