Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ui chat? #24

Closed
ivan-vilches opened this issue Apr 21, 2023 · 13 comments
Closed

Ui chat? #24

ivan-vilches opened this issue Apr 21, 2023 · 13 comments

Comments

@ivan-vilches
Copy link

I think i ran the deploy the project well on mac. But the only i can see is swagger on localhost:8000
No chat design or ui functionality?
Thanks

@shamspias
Copy link
Owner

This project is backed only.
you can make your Own UI based on that.
will write endpoint and postman request soon.

@simon555
Copy link

simon555 commented May 9, 2023

HI,

I have completed installation but I am not sure how to use this repo ? How can I train chatbots or converse with them ?

Thank you!
Simon

@shamspias
Copy link
Owner

it's full backend.
I will update readme later how to use it

@simon555
Copy link

The backend is working as is ?

@shamspias
Copy link
Owner

shamspias commented May 10, 2023

yep backend working perfectly.

@simon555
Copy link

Thank you for your quick answer!! :-)

I have no experience in dealing with Django backend unfortunately, do you know when you could push the updated readme ?

Also, not sure if it's relevant but when I click on 'login' in the swagger page I get a 404 error

@shamspias
Copy link
Owner

ok, I will,
about the swagger login issue can you share the error, please?

@simon555
Copy link

Sure thing :

On the Swagger page, when I click on 'Django Login' I get this

Page not found (404)
Request Method: GET
Request URL: http://127.0.0.1:8000/accounts/login/?next=/
Using the URLconf defined in config.urls, Django tried these URL patterns, in this order:

admin/
training-model/
oauth2/
social-auth/
api-auth/
api/v1/users/
api/v1/site-settings/
api/v1/chatbot/
[name='schema-swagger-ui']
redoc/ [name='schema-redoc']
The current path, accounts/login/, didn’t match any of these.

You’re seeing this error because you have DEBUG = True in your Django settings file. Change that to False, and Django will display a standard 404 page.

@shamspias
Copy link
Owner

well you can log in use
http://127.0.0.1:8000/admin

@simon555
Copy link

Thank you!

What should be the admin username and password ?

@shamspias
Copy link
Owner

you need basic knowledge of Django for it.

have to migrate the database then create superuser
then use that username and password

@simon555
Copy link

Okay, I'll get up to speed on Django, thanks for the hint! :-)

Do you know when you will be able to push the new readme ?

@shamspias
Copy link
Owner

It will be late currently I am researching another vector database to integrate with that project maybe once the project completely done.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants