Peterson Alves

Results 8 comments of Peterson Alves

I made a PWA version using the platform's embedding, it is totally possible to implement it definitively in the build. I also await this feature in the main version.

The platform offers support for page embeddings (such as iframes). I created a standard PWA project and used this embedding as the content to be rendered on the page.

Sorry, I'm using a version of the master tag from 7 weeks ago, since the last one is from 3 weeks ago, I thought the production server was with this...

You captured exactly what I noticed during my tests. I'm currently working with DialogFlow, and it allows you to create new sessions automatically, based on any field in the JSON...

I'm testing the latest version. Apparently they fixed this. I can see all the chat that was made via the API directly in the thread via the web interface.

I tested inserting the instruction data directly into the prompt, and the result was excellent! However, I still have concerns that large volumes might cause issues in the future, especially...

> ### What about utilizing meta data of documents? I saw it but at first I didn't quite understand how to use it. Thanks for the explanation, I'll test it...

I found a temporary solution (at least to prevent unauthorized login creations) by commenting out the `@manager.route("/register", methods=["POST"]) ` route in the file: `ragflow/api/apps/user_app.py `. With this, only those who...