Giter Site home page Giter Site logo

Comments (39)

n4ze3m avatar n4ze3m commented on May 20, 2024 1

Hey, sorry for the issue. Is it running on a railway server or Docker?

from dialoqbase.

AbrahimZaman360 avatar AbrahimZaman360 commented on May 20, 2024 1

Thanks Dude! I try it now

from dialoqbase.

AbrahimZaman360 avatar AbrahimZaman360 commented on May 20, 2024 1

Oh, okay. That's because of the missing 'widget' folder on the server. Can you please check this documentation: https://github.com/n4ze3m/dialoqbase/blob/main/CONTRIBUTION.md image

Add it in Docs Folder

from dialoqbase.

n4ze3m avatar n4ze3m commented on May 20, 2024 1

sure :)

from dialoqbase.

AbrahimZaman360 avatar AbrahimZaman360 commented on May 20, 2024 1

Prisma has detected an incompatible version of the glibc C standard library installed in your system. This probably means your system may be too old to run Prisma. Please refer to the documentation about Prisma's system requirements: https://pris.ly/d/system-requirements

from dialoqbase.

n4ze3m avatar n4ze3m commented on May 20, 2024 1

Nah, I have already migrated to Prisma 5 on the next branch . It will merge into the main branch this weekend

"prisma": "5",

from dialoqbase.

AbrahimZaman360 avatar AbrahimZaman360 commented on May 20, 2024 1

Mashallah (:

from dialoqbase.

AbrahimZaman360 avatar AbrahimZaman360 commented on May 20, 2024 1

Thanks I Hope Our Chat will Help Someone!
There is Currently No Option of Using Hugging Face Large Models Stuck at Embeddings Only!

from dialoqbase.

AbrahimZaman360 avatar AbrahimZaman360 commented on May 20, 2024 1

You did in Embeddings but Not For LLM.
I've tried in Langchain and I got Output on Embeddings via HF Interfernce API

from dialoqbase.

n4ze3m avatar n4ze3m commented on May 20, 2024 1

No About HF Models in Cloud via API

Oh, okay, it is actually easy with Langchain, I guess.

https://js.langchain.com/docs/modules/model_io/models/llms/integrations/huggingface_inference

from dialoqbase.

AbrahimZaman360 avatar AbrahimZaman360 commented on May 20, 2024 1

Hey, closing this issue. If you encounter any issues, feel free to reopen it :)

Which OS You're Using Now Right Now?
I want to use the same so i don't get errors.

from dialoqbase.

n4ze3m avatar n4ze3m commented on May 20, 2024 1

I have already received a few requests regarding multiple user support. As an internal project (not open source), I've already implemented multiple user support using Supabase Auth on dialoqbase. I will write a docs about it next week

from dialoqbase.

AbrahimZaman360 avatar AbrahimZaman360 commented on May 20, 2024 1

Can you share that project (: 😹

from dialoqbase.

AbrahimZaman360 avatar AbrahimZaman360 commented on May 20, 2024

Getting Following Error/Log in Iframe:
{"message":"Route GET:/bot/d9f98fac-cc35-4357-a2c5-ea8cd619074a?mode=iframe&no=button not found","error":"Not Found","statusCode":404}

from dialoqbase.

AbrahimZaman360 avatar AbrahimZaman360 commented on May 20, 2024

When I Build on Docker I get error

from dialoqbase.

AbrahimZaman360 avatar AbrahimZaman360 commented on May 20, 2024

I'm using local system node for frontend and docker for redis and postgres

from dialoqbase.

AbrahimZaman360 avatar AbrahimZaman360 commented on May 20, 2024

Everything Works fine Except for this

from dialoqbase.

AbrahimZaman360 avatar AbrahimZaman360 commented on May 20, 2024

I am unable to build the server because I'm getting error in docker envirnoment

from dialoqbase.

n4ze3m avatar n4ze3m commented on May 20, 2024

Oh, okay. That's because of the missing 'widget' folder on the server. Can you please check this documentation: https://github.com/n4ze3m/dialoqbase/blob/main/CONTRIBUTION.md
image

from dialoqbase.

n4ze3m avatar n4ze3m commented on May 20, 2024

step 3, 4 and 5

from dialoqbase.

AbrahimZaman360 avatar AbrahimZaman360 commented on May 20, 2024

sure :)

In Main Directory Should I use Pnpm or Yarn?

from dialoqbase.

n4ze3m avatar n4ze3m commented on May 20, 2024

Use pnpm for the root and Yarn for the server 😁

from dialoqbase.

AbrahimZaman360 avatar AbrahimZaman360 commented on May 20, 2024

I think we're using old Prisma client ? "prisma": "^4.15.0"

from dialoqbase.

AbrahimZaman360 avatar AbrahimZaman360 commented on May 20, 2024

Great!! Okay Can You tell me about saving chat history?

from dialoqbase.

AbrahimZaman360 avatar AbrahimZaman360 commented on May 20, 2024

Bro You're Great Developer Kasm Se (:+1:

from dialoqbase.

n4ze3m avatar n4ze3m commented on May 20, 2024

Currently, chat history is only being saved for Telegram and Discord integration

from dialoqbase.

AbrahimZaman360 avatar AbrahimZaman360 commented on May 20, 2024

I'm trying to create a new route for the conversation hub where are chat will be stored with actions like delete and copy.

from dialoqbase.

n4ze3m avatar n4ze3m commented on May 20, 2024

If you want to save web chat history, you can use this hook. Generate a unique user ID, send it to the server, and create a similar table as in Telegram/Discord integration

from dialoqbase.

n4ze3m avatar n4ze3m commented on May 20, 2024

For using HF or other open-source LLMs locally, it needs to run in a Python environment. I have some plans to create a Python backend server that utilizes open-source models and can be easily integrated with an existing Node.js server through simple inner API calls.

The main limitations will be that it might be slow or require a huge amount of RAM/GPU. It won't run on railway (mostly).

from dialoqbase.

AbrahimZaman360 avatar AbrahimZaman360 commented on May 20, 2024

No About HF Models in Cloud via API

from dialoqbase.

n4ze3m avatar n4ze3m commented on May 20, 2024

Hey, closing this issue. If you encounter any issues, feel free to reopen it :)

from dialoqbase.

n4ze3m avatar n4ze3m commented on May 20, 2024

Windows 11

from dialoqbase.

AbrahimZaman360 avatar AbrahimZaman360 commented on May 20, 2024

Windows 11

Wsl?

from dialoqbase.

AbrahimZaman360 avatar AbrahimZaman360 commented on May 20, 2024

Windows 11

Last thing Does it support multiple users? Or Just 1

from dialoqbase.

n4ze3m avatar n4ze3m commented on May 20, 2024

Just 1 for now.

from dialoqbase.

n4ze3m avatar n4ze3m commented on May 20, 2024

If you want multiple user support, use Supabase Auth and update the JWT plugin code :)

from dialoqbase.

AbrahimZaman360 avatar AbrahimZaman360 commented on May 20, 2024

Can you share that project (: 😹

Can I Get that If Possible?
Thanks I've to Upload it in Cloud of Mine.

from dialoqbase.

n4ze3m avatar n4ze3m commented on May 20, 2024

Yes, I'll create a forked repository with multiple users on the weekend :)

from dialoqbase.

AbrahimZaman360 avatar AbrahimZaman360 commented on May 20, 2024

from dialoqbase.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.