Entraides et échanges autour de la technologie Scol - Informations and exchanges on the Scol technology
Vous pouvez changer la langue de l'interface une fois inscrit - You can change the language once registered
You are not logged in.
Let's download now!
I think in the custom interface plugit there is an option to create a new interface or default chat interface that has been created so that all users don't have to create it repeatedly but users can still add other elements they want.
Awesome.. thank you!
I hope Malay language can be added later.
I think we need a new chat GUI for phone. please look at the image below.
https://drive.google.com/file/d/1WTnwSF … drive_link
Then, Is it possible to use this TTS and STT in openspace3d?
https://huggingface.co/collections/meso … 4c6673ed13
https://huggingface.co/collections/meso … 44f0cfae79
Just for information.
This type of AI Agent is a RAG Agent (Retrieval-Augmented Generation Agent).
An AI agent that uses stored documents (retrieval) as a data source to answer questions in a limited and controlled manner, and does not rely on the general knowledge of the model.
I forgot to inform you.
Chatgpt ask to make sure:
You don't allow ChatGPT to "hallucinate" or fabricate facts
Use specific prompts such as:
“Answer this question based only on the attached document. If there is no information in the document, answer: ‘There is no information in the document to answer this question.’”
Awesome... hope you create os3d demo file or template.
want to know how to link the plugit.
I just want to make a simple AI agent app. I prepare a document then AI analyzes the file. So, the end user can just ask questions and AI just answers based on the document.
Chatgpt suggest like below.
Self-Hosted Lightweight AI Agent with Open-Source Tools + OpenAI API Minimum Use
? Focus:
-Documents uploaded & provided by you (developer)
-AI answers based only on documents
-Minimize API calls (save costs)
-Use free/open-source tools as much as possible
?️ CHEAP OPTIONS: SAVING TECHNOLOGY COMBINATION
Cheap / Free Optional Components
Vector Search ? ChromaDB (local) or FAISS
Backend ? Flask (Python) or FastAPI
AI Model ? OpenAI gpt-3.5-turbo (cheap + power)
Mobile App ? Flutter or React Native
Document Hosting ? Store on your own server (or free Firebase)
Embedding ? OpenAI Embedding API (text-embedding-3-small) – very cheap
? HOW IT WORKS (Simple + Save)
Step 1: Prepare Developer Documents
Save all your content (articles, notes, textbooks) in .txt or .md
Split into topic/chapter
Step 2: Embedding Once
Use text-embedding-3-small (OpenAI)
Save in ChromaDB (local vector db)
? Embedding is cheap and only needs to be done ONCE — not every time a user asks
Step 3: When a User Asks a Question
Find the most relevant content snippet from vector DB (top-k = 3)
Recombine as prompt + question
Send to gpt-3.5-turbo
Step 4: Answers sent to app
? ESTIMATED COST (MONTHLY)
Cost Items
Embedding (100k tokens) ± $0.01
GPT-3.5 API (1,000 answers) ± $1.50 – $3
Hosting + VectorDB (local) $0 (if self-hosted)
Firebase / Render (backend) $0 – $5 (free tier available)
If you have done it, please tell us here. Thank you
Thank you so much.
Is it possible to upload document then chatgpt will respond based on the document/topic?
Thank you... about AI or chatgpt, is there any template or demo to create AI agent app?
Hi Arkeon, I get this error while exporting app bundle (java). maybe missing file. take a look this link
https://drive.google.com/file/d/1k1YUf8 … drive_link
Awesome!! Download now.
App must target Android 15 (API level 35) or higher. Google Play requires all apps to meet target API level requirements before Aug 31, 2025.
Hello Arkeon, don't forget to update the android API to the latest version of Openspace3D. Thank you.
This is google play recommended
2 actions recommended
Edge-to-edge may not display for all users
From Android 15, all apps targeting SDK 35 will display edge-to-edge by default. Apps targeting SDK 35 should handle insets to make sure that their app displays correctly on Android 15 and later. We recommend investigating this issue and allowing time to test edge-to-edge on your app and make the required updates to your code. Alternatively, call enableEdgeToEdge() for Kotlin or EdgeToEdge.enable() for Java for backward compatibility.
Your app uses deprecated APIs or parameters for edge-to-edge
One or more of the APIs you use or parameters that you set for edge-to-edge and window display have been deprecated in Android 15. Your app uses the following deprecated APIs or parameters:
LAYOUT_IN_DISPLAY_CUTOUT_MODE_SHORT_EDGES
These start in the following places:
androidx.emoji2.text.x.m
To prepare for the change to Android 15, migrate away from these APIs or parameters.
Hello Arkeon, I found a bug.
AR camera on android are not open for the first time, it works after restart for the second time
Sorry my bad english
Yes I have see the update here https://redmine.openspace3d.com/project … ions/14090
I had email Arkeon to send me the file so I can replace old file.
Some files I can download from the link and some files are not there.
I'm still waiting Arkeon reply my email.
Hello Arkeon,
Please update Android API level 34 or higher
Thank you very much
Hello Arkeon,
Don't forget to update android
Hello Arkeon, is Openspace3D v1.93 will be release soon?
By Aug 31, 2024, app must target Android 14 (API level 34) or higher
Hi... when v1.93 will be release?
Thanks, now it works!
Can you send a pkos that produce the issue ?
I have sent to your email
What is the issue on particles ? I could not reproduce any issues. Can you provide an example ?
Some particle have problem. Particle 1PlasmaShader and rain not works.
Particle explosion have no problem.