Skip to content

issues Search Results · repo:talkdai/dialog language:Python

Filter by

102 results
 (96 ms)

102 results

intalkdai/dialog (press backspace or delete to remove)

In order to definitely migrate to LCEL syntax as the default, we need to find a simple way to encapsulate tools in LCEL, making it super agnostic and extensible. A good API would be to have the environment ...
  • vmesel
  • Opened 
    on Aug 20, 2024
  • #224

@ecarrara reported a necessity to tidy the main.py file, removing unnecessary imports, one of those is: https://github.com/talkdai/dialog/blob/3330c0ebccea0d2632aed809cf72812072ad146f/src/main.py#L33 ...
  • vmesel
  • 4
  • Opened 
    on Aug 15, 2024
  • #223

Is your feature request related to a problem? Please describe. Nowadays we need to create a session before we even send a message, this process occurs while we do a POST request to the /session endpoint. ...
API
  • vmesel
  • Opened 
    on Jul 25, 2024
  • #222

We need to remove the psycopg-binary as dependency from dialog and dialog-lib. This was originally reported by @lgabs on issue #217.
  • vmesel
  • Opened 
    on Jul 11, 2024
  • #218

dialog-lib has a dependency for psycopg2-binary, which is not advised to be used for production environment as the official documentation warns. Maybe it would be better to keep the library functional ...
  • lgabs
  • 1
  • Opened 
    on Jul 11, 2024
  • #217

Describe the bug When using the default dialogLLM, the retrieved chat history is not passed into the actual API call. To Reproduce Steps to reproduce the behavior: 1. Start with default settings 2. ...
bug
  • wdec
  • 8
  • Opened 
    on Jul 8, 2024
  • #215

Some parts of database access are not controlling the ending of sessions, I think this one in dialog-lib is an example. If the user of that function generate_memory_instance(like that example) does not ...
  • lgabs
  • 2
  • Opened 
    on Jun 28, 2024
  • #213

https://github.com/talkdai/dialog/blob/833ae634e33b143d9038b7729f58cddca5f1a0e1/src/dialog/db/init.py#L1-L12 When making plugins using dialog, it s useful to leverage from dialog-lib modules, which are ...
brainstorm
  • lgabs
  • 1
  • Opened 
    on Jun 28, 2024
  • #212

since it is possible to inject information into the log (stdout), this is not secure https://github.com/talkdai/dialog/blob/941ca28f851d4cbd56e875afa88631b89418fb6f/src/dialog/routers/dialog.py#L38-L38 ...
bug
  • avelino
  • 4
  • Opened 
    on Jun 13, 2024
  • #209

Here https://dev.to/vmesel/deploy-your-own-chatgpt-in-5-minutes-5d41 The image preview after the title PGVector - Our first service is not displayed img width= 802 alt= Screenshot 2024-06-08 at 16 55 ...
  • alexfilothodoros
  • 2
  • Opened 
    on Jun 8, 2024
  • #208
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.