Song Siyu

Results 16 comments of Song Siyu

之前有朋友反馈startService调起一个插件的service,也是classNotFound,估计是同个原因,加上句应该就没问题了

intent.setExtrasClassLoader(DLConfig.getConfig().mPluginClassLoader);

根目录脚本有点问题,暂时无法运行。 请到对应子项目目录下运行build命令 例如到/sample/main/main-host 下运行gradlew build

我把各种共用task定义在root project的allprojects块里,这就导致了所有project都拥有这些共用task,包括root project本身。 root模块运行的意义不大,所以就没有改。如果有需要,可以尝试这样改: 不要使用allprojects块,改为projects.each,迭代每个project,剔除root project本身。

Another failed task: ``` Traceback (most recent call last): File "/app/danswer/background/indexing/run_indexing.py", line 191, in _run_indexing db_session.refresh(db_connector) File "/usr/local/lib/python3.11/site-packages/sqlalchemy/orm/session.py", line 3012, in refresh loading.load_on_ident( File "/usr/local/lib/python3.11/site-packages/sqlalchemy/orm/loading.py", line 482, in load_on_ident return...

3 ``` Traceback (most recent call last): File "/app/danswer/background/indexing/run_indexing.py", line 208, in _run_indexing new_docs, total_batch_chunks = indexing_pipeline( ^^^^^^^^^^^^^^^^^^ File "/app/danswer/utils/timing.py", line 31, in wrapped_func result = func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File...

> From my own experience using sqlalchemy for the background job is highly unstable. I had to switch to using redis as both broker and backend. After that, they are...

@transitive-bullshit It's hard to run entirely locally without proxies because OpenAI services are not available in our country, and I haven‘t install node or npm on my local PC. So...

maybe some random token return follow a response and use in next request? > > @transitive-bullshit It's hard to run entirely locally without proxies because OpenAI services are not available...

@transitive-bullshit yes, my curl use the same IP as the browser. As I explained befor, I can't login without proxies. But I can use chatgpt web normally without proxies after...