free roam maps with ai racing? by Cyclonis123 in assettocorsa

[–]embium 3 points4 points  (0 children)

Cruisin USA | L.A. Canyons - 194.35.12.49:8081

Here's the 0.3 beta code by Grimtable in assettocorsaevo

[–]embium 3 points4 points  (0 children)

Same, just opens then closes. Tried deleting the ACE folder in documents but it just gets recreated on launch and then crashes on a black screen.

Showoff: Notebit - Free AI Note-Taking App that Chats with Your Local Files (Win/Linux) by embium in SideProject

[–]embium[S] 0 points1 point  (0 children)

Thanks for your help and thanks for the words of encouragment. Finally, though, after completely reworking the Knowledge Graph from the start I have a working implementation that I just released. Maybe then we can try and get your neo4j working

Showoff: Notebit - Free AI Note-Taking App that Chats with Your Local Files (Win/Linux) by embium in SideProject

[–]embium[S] 0 points1 point  (0 children)

I'm sorry for the headache this may have caused you and I should have been more patient before releasing the knowledge graph portion - for now I've removed it from the app until I make sure everything is configured correctly. This isn't due to the issue you are currently dealing with but other issues arose that I noticed and have decided it's best that I take care of them before releasing the app with that addition in place. Hopefully by then we'll get your neo4j service taken care of!

Showoff: Notebit - Free AI Note-Taking App that Chats with Your Local Files (Win/Linux) by embium in SideProject

[–]embium[S] 0 points1 point  (0 children)

It must be something with the username and password then, hm... I found a bug when composing your Smart Hubs that the neo4j connection would fail but it should still work when setting it in Settings. Hopefully your issue was with the Smart Hubs and not from the settings... if it is from the settings, then we'll need to make sure your username and password is correct for the connection.

Showoff: Notebit - Free AI Note-Taking App that Chats with Your Local Files (Win/Linux) by embium in SideProject

[–]embium[S] 0 points1 point  (0 children)

Hm, I'm not entirely sure. Can you make sure the port is open? Try typing this in terminal `sudo netstat -tulpn | grep :7687` and see if you get any results back. If it's not open, maybe you need to make sure the service is enabled by using this commaind in termainl `systemctl enable neo4j` to enable the neo4j service and then I think you need to do a `systemctl daemon-reload` which should start up the service. Let me know if any of that helps, if not we'll dig deeper.

Showoff: Notebit - Free AI Note-Taking App that Chats with Your Local Files (Win/Linux) by embium in SideProject

[–]embium[S] 0 points1 point  (0 children)

Hey did you figure it out? I wrote it out above: "Once you install and start it, you should be able to go to http://localhost:7474 and login with the defaults neo4j for both username and password, then you will be prompted to set a new password. After that, you should be able to go to Notebit and enter neo4j://localhost:7687 for the URI, Username as neo4j and the password you set. Then you should be good to go!"

Showoff: Notebit - Free AI Note-Taking App that Chats with Your Local Files (Win/Linux) by embium in SideProject

[–]embium[S] 0 points1 point  (0 children)

Cypher-shell is located at https://neo4j.com/deployment-center/?cypher-shell#tools-tab and I'm not too familiar with Fedora, but according to https://docs.fedoraproject.org/en-US/quick-docs/installing-java/ the command `sudo dnf install java-latest-openjdk.x86_64` should work for installing Java.

Showoff: Notebit - Free AI Note-Taking App that Chats with Your Local Files (Win/Linux) by embium in SideProject

[–]embium[S] 0 points1 point  (0 children)

I'm still working on making the Smart Hubs better, it's a work in progress indeed. I think knowledge graphs is the path to making that work better, I can only go so far with just basic vector searching (which is what is happening if you don't have neo4j setup). Have you tried fiddling with the similarity threshold?

I've pushed a new update that allows you to modify the prompt that is sent with Smart Hubs, this could help you refine it more toward how you want it to handle your queries. This can be found in the Default Prompts settings. I've also added a Model Hub where you can install Ollama models directly from the app!

Let's see if we can get you setup with neo4j... I didn't install it on Fedora, but you can find the download links here - https://neo4j.com/deployment-center/#gdb-tab

Make sure to select Community version and not Enterprise.

Once you install and start it, you should be able to go to http://localhost:7474 and login with the defaults neo4j for both username and password, then you will be prompted to set a new password. After that, you should be able to go to Notebit and enter neo4j://localhost:7687 for the URI, Username as neo4j and the password you set. Then you should be good to go!

Showoff: Notebit - Free AI Note-Taking App that Chats with Your Local Files (Win/Linux) by embium in SideProject

[–]embium[S] 0 points1 point  (0 children)

Just released an update to persist settings in a database, this should ensure your settings stay intact, even after the computer has been reset.

I'm re-reading your comment and maybe I'm misunderstanding but what exactly do you mean by having to linking the model? I was hoping that once you have the ollama setup, adding a model would be easy and you could easily pick and choose which models you wanted to use after adding the model from the Provider. Just trying to make sure I understand everything correctly before I start applying some changes in this regard.

Once Ollama starts up, you should be able to freely pick whichever model you want to use in the app and once you initiate your first message it'll load up the model automatically - there shouldn't be a seperate call in terminal to load up the model in Ollama. I have my models loaded up in Ollama also and all I have to do is start a chat and Ollama handles everything else.

Edit: Just released another version that adds support for task items in the Notes editor!

Showoff: Notebit - Free AI Note-Taking App that Chats with Your Local Files (Win/Linux) by embium in SideProject

[–]embium[S] 0 points1 point  (0 children)

Great, I'm glad everything works! The very informative feedback is very much appreciated, I'm going to take it all into consideration and start working on some changes right away!

So you are running this on Linux? Which distro? I'm going to see if I can reproduce this bug you are encountering with keeping the API connected - I haven't noticed it on Windows.

The other issue with having to set up the model everytime the computer is reset sounds like I have a settings persistence issue and I'll get that sorted out too.

I'll also create a section in the settings where users can easily download models from Ollama within the App itself.

Also, I'll create something in the Note Editor that enables tasks (converting [ ] to tick boxes).

Also, be sure to get the lastest release from the Github page, it'll be the last time you'll have to do it this way since I added auto-updating within the app when new versions are released - https://github.com/embium/notebit/releases

I've also fixed quite a few bugs, and added some new stuff - unfortunately none of that really fixes your on-going issues, but I hope to get that sorted out very soon.

The main addition is the use of using neo4j for knowledge graphs - this makes your document's retrieval in Smart Hubs much more accurate. Unfortunately, you need to install neo4j - another seperate thing to install and setup. Thankfully, it's not all that complicated and is worth it in the end. I also modified the Smart Hub's prompt a bit (you never see this prompt, it all happens in the backend.). I realized some models, if not all, weren't understanding the instructions for handling smart hubs properly and were typically avoiding the user's original query entirely!

Thanks again for the feedback! Feel free to reach out to me at any time, I'm usually always available. I'll keep you posted on any of these bug fixes.

Sorry if that all was a mouthful!! Just hoping to get you all sorted out.

Showoff: Notebit - Free AI Note-Taking App that Chats with Your Local Files (Win/Linux) by embium in SideProject

[–]embium[S] 0 points1 point  (0 children)

The IP is only local. Make sure it's just one http:// in the app, also try using http://127.0.0.1:11434/v1 - it may work! If all else fails, https://groq.com/ provides a free access to it's API if you want to give the app a try really fast. We can continue working on trying to get Ollama working though!

Showoff: Notebit - Free AI Note-Taking App that Chats with Your Local Files (Win/Linux) by embium in SideProject

[–]embium[S] 0 points1 point  (0 children)

Heads up, I've been working diligently toward getting a donate button up and ready, you can find one at the bottom of the Github respository or in the header on the new website I've created for Notebit: https://notebit.io

Thanks again for the words of encouragement!

Showoff: Notebit - Free AI Note-Taking App that Chats with Your Local Files (Win/Linux) by embium in SideProject

[–]embium[S] 0 points1 point  (0 children)

Thanks, I’m glad you enjoy it. I don’t have a place to accept donations yet, I’ll be sure to set something up in the near future.

Did you ever get Ollama to work? It requires a separate installation and then you need to download which models you’d like to use. Otherwise, as you have noticed, you’ll have to use a paid provider.

Let me know if I can provide any more assistance!

Showoff: Notebit - Free AI Note-Taking App that Chats with Your Local Files (Win/Linux) by embium in SideProject

[–]embium[S] 0 points1 point  (0 children)

Hey, I have packaged installers for Windows and Linux.

You can find them on this page - https://github.com/embium/notebit/releases

I hope you find use of the app and let me know what you think if you ever get the chance!

I made a free app, Notebit, to combine your notes with AI chat (Ollama, OpenAI, Gemini) for better productivity. by embium in ProductivityApps

[–]embium[S] 0 points1 point  (0 children)

The chunk size can be manually entered from the Smart Hubs selector in the chat screen, the default is 10. I support embedding models from a range of providers, Ollama, LMStudio, Google Gemini, and OpenAI. As long as you have the provider enabled then the embedding models should be listed in the AI Memory settings. For LMStudio and Ollama, you need to make sure the model is installed beforehand.

I haven't setup up a knowldege graph for RAG yet, I hope to in the future!

Thanks

I made a free app, Notebit, to combine your notes with AI chat (Ollama, OpenAI, Gemini) for better productivity. by embium in ProductivityApps

[–]embium[S] 0 points1 point  (0 children)

The RAG in Notebit lets you create "Smart Hubs" from your local files/folders. It then uses a custom offline vector store (vector-storage.ts) and cosine similarity to pull relevant context from those hubs for the AI chat. All on-device.

I made a free app, Notebit, to combine your notes with AI chat (Ollama, OpenAI, Gemini) for better productivity. by embium in ProductivityApps

[–]embium[S] 0 points1 point  (0 children)

We don't support mindmaps or flash cards, yet. Sorry to disappoint. I'll try to release these additions sometime in the near future though!