7.31 重命名
This commit is contained in:
parent
5cadfce162
commit
4e7d95cca1
1
.gitignore
vendored
1
.gitignore
vendored
@ -49,3 +49,4 @@ build/
|
||||
/docs/tag/v1.0/ollama/id_ed25519.pub
|
||||
/docs/tag/v1.0/log/
|
||||
/docs/tag/v1.0/log/
|
||||
/docs/tag/rag-knowledge-v1.0/ollama/
|
||||
|
@ -7,7 +7,7 @@ services:
|
||||
container_name: nginx
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- '8096:80'
|
||||
- '18095:80'
|
||||
volumes:
|
||||
- ./nginx/html:/usr/share/nginx/html:ro
|
||||
- ./nginx/conf/nginx.conf:/etc/nginx/nginx.conf:ro
|
20
docs/tag/rag-knowledge-v1.0/log/log-info-2025-07-28.0.log
Normal file
20
docs/tag/rag-knowledge-v1.0/log/log-info-2025-07-28.0.log
Normal file
@ -0,0 +1,20 @@
|
||||
25-07-28.21:24:55.145 [main ] INFO Application - Starting Application v1.0 using Java 17.0.2 with PID 1 (/app.jar started by root in /)
|
||||
25-07-28.21:24:55.150 [main ] INFO Application - The following 1 profile is active: "dev"
|
||||
25-07-28.21:24:56.064 [main ] INFO RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode
|
||||
25-07-28.21:24:56.067 [main ] INFO RepositoryConfigurationDelegate - Bootstrapping Spring Data Redis repositories in DEFAULT mode.
|
||||
25-07-28.21:24:56.097 [main ] INFO RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 14 ms. Found 0 Redis repository interfaces.
|
||||
25-07-28.21:24:56.879 [main ] INFO TomcatWebServer - Tomcat initialized with port 8095 (http)
|
||||
25-07-28.21:24:56.891 [main ] INFO Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8095"]
|
||||
25-07-28.21:24:56.893 [main ] INFO StandardService - Starting service [Tomcat]
|
||||
25-07-28.21:24:56.894 [main ] INFO StandardEngine - Starting Servlet engine: [Apache Tomcat/10.1.19]
|
||||
25-07-28.21:24:56.936 [main ] INFO [/] - Initializing Spring embedded WebApplicationContext
|
||||
25-07-28.21:24:56.936 [main ] INFO ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 1688 ms
|
||||
25-07-28.21:24:57.400 [main ] INFO HikariDataSource - HikariCP - Starting...
|
||||
25-07-28.21:24:57.627 [main ] INFO HikariPool - HikariCP - Added connection org.postgresql.jdbc.PgConnection@1c2dd89b
|
||||
25-07-28.21:24:57.629 [main ] INFO HikariDataSource - HikariCP - Start completed.
|
||||
25-07-28.21:25:01.124 [main ] INFO Version - Redisson 3.44.0
|
||||
25-07-28.21:25:01.444 [redisson-netty-1-5] INFO ConnectionsHolder - 1 connections initialized for 192.168.10.218/192.168.10.218:26379
|
||||
25-07-28.21:25:01.491 [redisson-netty-1-13] INFO ConnectionsHolder - 5 connections initialized for 192.168.10.218/192.168.10.218:26379
|
||||
25-07-28.21:25:02.123 [main ] INFO Http11NioProtocol - Starting ProtocolHandler ["http-nio-8095"]
|
||||
25-07-28.21:25:02.135 [main ] INFO TomcatWebServer - Tomcat started on port 8095 (http) with context path ''
|
||||
25-07-28.21:25:02.146 [main ] INFO Application - Started Application in 7.872 seconds (process running for 8.608)
|
7620
docs/tag/rag-knowledge-v1.0/log/log-info-2025-07-29.0.log
Normal file
7620
docs/tag/rag-knowledge-v1.0/log/log-info-2025-07-29.0.log
Normal file
File diff suppressed because it is too large
Load Diff
50
docs/tag/rag-knowledge-v1.0/log/log-info-2025-07-30.0.log
Normal file
50
docs/tag/rag-knowledge-v1.0/log/log-info-2025-07-30.0.log
Normal file
@ -0,0 +1,50 @@
|
||||
25-07-30.14:27:56.598 [main ] INFO Application - Starting Application v1.0 using Java 17.0.2 with PID 1 (/app.jar started by root in /)
|
||||
25-07-30.14:27:56.605 [main ] INFO Application - The following 1 profile is active: "dev"
|
||||
25-07-30.14:27:58.502 [main ] INFO RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode
|
||||
25-07-30.14:27:58.511 [main ] INFO RepositoryConfigurationDelegate - Bootstrapping Spring Data Redis repositories in DEFAULT mode.
|
||||
25-07-30.14:27:58.590 [main ] INFO RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 35 ms. Found 0 Redis repository interfaces.
|
||||
25-07-30.14:28:00.081 [main ] INFO TomcatWebServer - Tomcat initialized with port 8095 (http)
|
||||
25-07-30.14:28:00.107 [main ] INFO Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8095"]
|
||||
25-07-30.14:28:00.110 [main ] INFO StandardService - Starting service [Tomcat]
|
||||
25-07-30.14:28:00.110 [main ] INFO StandardEngine - Starting Servlet engine: [Apache Tomcat/10.1.19]
|
||||
25-07-30.14:28:00.215 [main ] INFO [/] - Initializing Spring embedded WebApplicationContext
|
||||
25-07-30.14:28:00.216 [main ] INFO ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 3443 ms
|
||||
25-07-30.14:28:01.314 [main ] INFO PgVectorStore - Using the vector table name: vector_store. Is empty: false
|
||||
25-07-30.14:28:01.324 [main ] INFO PgVectorStore - Initializing PGVectorStore schema for table: vector_store in schema: public
|
||||
25-07-30.14:28:01.324 [main ] INFO PgVectorStore - vectorTableValidationsEnabled false
|
||||
25-07-30.14:28:02.253 [main ] INFO Version - Redisson 3.44.0
|
||||
25-07-30.14:28:02.845 [redisson-netty-1-4] INFO ConnectionsHolder - 1 connections initialized for 192.168.10.218/192.168.10.218:26379
|
||||
25-07-30.14:28:02.916 [redisson-netty-1-13] INFO ConnectionsHolder - 5 connections initialized for 192.168.10.218/192.168.10.218:26379
|
||||
25-07-30.14:28:04.160 [main ] INFO Http11NioProtocol - Starting ProtocolHandler ["http-nio-8095"]
|
||||
25-07-30.14:28:04.178 [main ] INFO TomcatWebServer - Tomcat started on port 8095 (http) with context path ''
|
||||
25-07-30.14:28:04.226 [main ] INFO Application - Started Application in 8.958 seconds (process running for 10.028)
|
||||
25-07-30.14:32:35.897 [http-nio-8095-exec-1] INFO [/] - Initializing Spring DispatcherServlet 'dispatcherServlet'
|
||||
25-07-30.14:32:35.898 [http-nio-8095-exec-1] INFO DispatcherServlet - Initializing Servlet 'dispatcherServlet'
|
||||
25-07-30.14:32:35.899 [http-nio-8095-exec-1] INFO DispatcherServlet - Completed initialization in 1 ms
|
||||
25-07-30.14:32:38.801 [http-nio-8095-exec-5] INFO RAGController - 查询 RAG 标签列表,数量:5,内容:[test-01, test-02, test-03, my-repo-2025-07-29, study]
|
||||
25-07-30.14:32:40.302 [http-nio-8095-exec-9] INFO RAGController - 查询 RAG 标签列表,数量:5,内容:[test-01, test-02, test-03, my-repo-2025-07-29, study]
|
||||
25-07-30.14:32:44.850 [http-nio-8095-exec-10] INFO RAGController - 查询 RAG 标签列表,数量:5,内容:[test-01, test-02, test-03, my-repo-2025-07-29, study]
|
||||
25-07-30.14:32:44.877 [http-nio-8095-exec-1] INFO RAGController - 查询 RAG 标签列表,数量:5,内容:[test-01, test-02, test-03, my-repo-2025-07-29, study]
|
||||
25-07-30.14:33:41.992 [http-nio-8095-exec-5] INFO RAGController - 查询 RAG 标签列表,数量:5,内容:[test-01, test-02, test-03, my-repo-2025-07-29, study]
|
||||
25-07-30.14:42:24.784 [http-nio-8095-exec-9] INFO RAGController - 查询 RAG 标签列表,数量:5,内容:[test-01, test-02, test-03, my-repo-2025-07-29, study]
|
||||
25-07-30.14:42:24.817 [http-nio-8095-exec-10] INFO RAGController - 查询 RAG 标签列表,数量:5,内容:[test-01, test-02, test-03, my-repo-2025-07-29, study]
|
||||
25-07-30.14:43:03.277 [http-nio-8095-exec-1] INFO RAGController - 查询 RAG 标签列表,数量:5,内容:[test-01, test-02, test-03, my-repo-2025-07-29, study]
|
||||
25-07-30.14:43:03.301 [http-nio-8095-exec-2] INFO RAGController - 查询 RAG 标签列表,数量:5,内容:[test-01, test-02, test-03, my-repo-2025-07-29, study]
|
||||
25-07-30.14:43:26.239 [http-nio-8095-exec-4] INFO RAGController - 查询 RAG 标签列表,数量:5,内容:[test-01, test-02, test-03, my-repo-2025-07-29, study]
|
||||
25-07-30.14:43:26.262 [http-nio-8095-exec-3] INFO RAGController - 查询 RAG 标签列表,数量:5,内容:[test-01, test-02, test-03, my-repo-2025-07-29, study]
|
||||
25-07-30.14:44:31.719 [http-nio-8095-exec-5] INFO RAGController - 查询 RAG 标签列表,数量:5,内容:[test-01, test-02, test-03, my-repo-2025-07-29, study]
|
||||
25-07-30.14:44:31.745 [http-nio-8095-exec-8] INFO RAGController - 查询 RAG 标签列表,数量:5,内容:[test-01, test-02, test-03, my-repo-2025-07-29, study]
|
||||
25-07-30.15:20:59.463 [http-nio-8095-exec-6] INFO RAGController - 查询 RAG 标签列表,数量:5,内容:[test-01, test-02, test-03, my-repo-2025-07-29, study]
|
||||
25-07-30.15:20:59.497 [http-nio-8095-exec-7] INFO RAGController - 查询 RAG 标签列表,数量:5,内容:[test-01, test-02, test-03, my-repo-2025-07-29, study]
|
||||
25-07-30.15:21:00.219 [http-nio-8095-exec-9] INFO RAGController - 查询 RAG 标签列表,数量:5,内容:[test-01, test-02, test-03, my-repo-2025-07-29, study]
|
||||
25-07-30.15:21:00.248 [http-nio-8095-exec-10] INFO RAGController - 查询 RAG 标签列表,数量:5,内容:[test-01, test-02, test-03, my-repo-2025-07-29, study]
|
||||
25-07-30.15:21:00.740 [http-nio-8095-exec-1] INFO RAGController - 查询 RAG 标签列表,数量:5,内容:[test-01, test-02, test-03, my-repo-2025-07-29, study]
|
||||
25-07-30.15:21:00.764 [http-nio-8095-exec-2] INFO RAGController - 查询 RAG 标签列表,数量:5,内容:[test-01, test-02, test-03, my-repo-2025-07-29, study]
|
||||
25-07-30.17:34:25.552 [http-nio-8095-exec-4] INFO RAGController - 查询 RAG 标签列表,数量:5,内容:[test-01, test-02, test-03, my-repo-2025-07-29, study]
|
||||
25-07-30.17:34:25.601 [http-nio-8095-exec-3] INFO RAGController - 查询 RAG 标签列表,数量:5,内容:[test-01, test-02, test-03, my-repo-2025-07-29, study]
|
||||
25-07-30.17:34:26.437 [http-nio-8095-exec-5] INFO RAGController - 查询 RAG 标签列表,数量:5,内容:[test-01, test-02, test-03, my-repo-2025-07-29, study]
|
||||
25-07-30.17:34:26.469 [http-nio-8095-exec-8] INFO RAGController - 查询 RAG 标签列表,数量:5,内容:[test-01, test-02, test-03, my-repo-2025-07-29, study]
|
||||
25-07-30.17:48:19.204 [http-nio-8095-exec-6] INFO RAGController - 查询 RAG 标签列表,数量:5,内容:[test-01, test-02, test-03, my-repo-2025-07-29, study]
|
||||
25-07-30.17:48:19.233 [http-nio-8095-exec-7] INFO RAGController - 查询 RAG 标签列表,数量:5,内容:[test-01, test-02, test-03, my-repo-2025-07-29, study]
|
||||
25-07-30.18:59:28.910 [http-nio-8095-exec-10] INFO RAGController - 查询 RAG 标签列表,数量:5,内容:[test-01, test-02, test-03, my-repo-2025-07-29, study]
|
||||
25-07-30.21:07:54.809 [http-nio-8095-exec-5] INFO RAGController - 查询 RAG 标签列表,数量:5,内容:[test-01, test-02, test-03, my-repo-2025-07-29, study]
|
4320
docs/tag/rag-knowledge-v1.0/log/log_error.log
Normal file
4320
docs/tag/rag-knowledge-v1.0/log/log_error.log
Normal file
File diff suppressed because it is too large
Load Diff
47
docs/tag/rag-knowledge-v1.0/log/log_info.log
Normal file
47
docs/tag/rag-knowledge-v1.0/log/log_info.log
Normal file
@ -0,0 +1,47 @@
|
||||
25-07-31.13:30:53.049 [main ] INFO Application - Starting Application v1.0 using Java 17.0.2 with PID 1 (/app.jar started by root in /)
|
||||
25-07-31.13:30:53.060 [main ] INFO Application - The following 1 profile is active: "dev"
|
||||
25-07-31.13:30:55.410 [main ] INFO RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode
|
||||
25-07-31.13:30:55.418 [main ] INFO RepositoryConfigurationDelegate - Bootstrapping Spring Data Redis repositories in DEFAULT mode.
|
||||
25-07-31.13:30:55.510 [main ] INFO RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 40 ms. Found 0 Redis repository interfaces.
|
||||
25-07-31.13:30:57.280 [main ] INFO TomcatWebServer - Tomcat initialized with port 8095 (http)
|
||||
25-07-31.13:30:57.306 [main ] INFO Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8095"]
|
||||
25-07-31.13:30:57.312 [main ] INFO StandardService - Starting service [Tomcat]
|
||||
25-07-31.13:30:57.312 [main ] INFO StandardEngine - Starting Servlet engine: [Apache Tomcat/10.1.19]
|
||||
25-07-31.13:30:57.402 [main ] INFO [/] - Initializing Spring embedded WebApplicationContext
|
||||
25-07-31.13:30:57.403 [main ] INFO ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 4090 ms
|
||||
25-07-31.13:30:58.549 [main ] INFO PgVectorStore - Using the vector table name: vector_store. Is empty: false
|
||||
25-07-31.13:30:58.558 [main ] INFO PgVectorStore - Initializing PGVectorStore schema for table: vector_store in schema: public
|
||||
25-07-31.13:30:58.559 [main ] INFO PgVectorStore - vectorTableValidationsEnabled false
|
||||
25-07-31.13:30:59.682 [main ] INFO Version - Redisson 3.44.0
|
||||
25-07-31.13:31:00.305 [redisson-netty-1-4] INFO ConnectionsHolder - 1 connections initialized for 192.168.10.218/192.168.10.218:26379
|
||||
25-07-31.13:31:00.387 [redisson-netty-1-13] INFO ConnectionsHolder - 5 connections initialized for 192.168.10.218/192.168.10.218:26379
|
||||
25-07-31.13:31:01.927 [main ] INFO Http11NioProtocol - Starting ProtocolHandler ["http-nio-8095"]
|
||||
25-07-31.13:31:01.947 [main ] INFO TomcatWebServer - Tomcat started on port 8095 (http) with context path ''
|
||||
25-07-31.13:31:01.989 [main ] INFO Application - Started Application in 10.658 seconds (process running for 11.933)
|
||||
25-07-31.13:39:57.609 [main ] INFO Application - Starting Application v1.0 using Java 17.0.2 with PID 1 (/app.jar started by root in /)
|
||||
25-07-31.13:39:57.614 [main ] INFO Application - The following 1 profile is active: "dev"
|
||||
25-07-31.13:39:58.808 [main ] INFO RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode
|
||||
25-07-31.13:39:58.821 [main ] INFO RepositoryConfigurationDelegate - Bootstrapping Spring Data Redis repositories in DEFAULT mode.
|
||||
25-07-31.13:39:58.865 [main ] INFO RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 20 ms. Found 0 Redis repository interfaces.
|
||||
25-07-31.13:39:59.719 [main ] INFO TomcatWebServer - Tomcat initialized with port 8095 (http)
|
||||
25-07-31.13:39:59.734 [main ] INFO Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8095"]
|
||||
25-07-31.13:39:59.736 [main ] INFO StandardService - Starting service [Tomcat]
|
||||
25-07-31.13:39:59.737 [main ] INFO StandardEngine - Starting Servlet engine: [Apache Tomcat/10.1.19]
|
||||
25-07-31.13:39:59.792 [main ] INFO [/] - Initializing Spring embedded WebApplicationContext
|
||||
25-07-31.13:39:59.793 [main ] INFO ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 2065 ms
|
||||
25-07-31.13:40:00.413 [main ] INFO PgVectorStore - Using the vector table name: vector_store. Is empty: false
|
||||
25-07-31.13:40:00.419 [main ] INFO PgVectorStore - Initializing PGVectorStore schema for table: vector_store in schema: public
|
||||
25-07-31.13:40:00.420 [main ] INFO PgVectorStore - vectorTableValidationsEnabled false
|
||||
25-07-31.13:40:01.016 [main ] INFO Version - Redisson 3.44.0
|
||||
25-07-31.13:40:01.354 [redisson-netty-1-4] INFO ConnectionsHolder - 1 connections initialized for 192.168.10.218/192.168.10.218:26379
|
||||
25-07-31.13:40:01.394 [redisson-netty-1-13] INFO ConnectionsHolder - 5 connections initialized for 192.168.10.218/192.168.10.218:26379
|
||||
25-07-31.13:40:02.066 [main ] INFO Http11NioProtocol - Starting ProtocolHandler ["http-nio-8095"]
|
||||
25-07-31.13:40:02.077 [main ] INFO TomcatWebServer - Tomcat started on port 8095 (http) with context path ''
|
||||
25-07-31.13:40:02.100 [main ] INFO Application - Started Application in 5.249 seconds (process running for 6.188)
|
||||
25-07-31.13:40:15.914 [http-nio-8095-exec-1] INFO [/] - Initializing Spring DispatcherServlet 'dispatcherServlet'
|
||||
25-07-31.13:40:15.915 [http-nio-8095-exec-1] INFO DispatcherServlet - Initializing Servlet 'dispatcherServlet'
|
||||
25-07-31.13:40:15.916 [http-nio-8095-exec-1] INFO DispatcherServlet - Completed initialization in 1 ms
|
||||
25-07-31.13:40:15.968 [http-nio-8095-exec-2] INFO RAGController - 查询 RAG 标签列表,数量:5,内容:[test-01, test-02, test-03, my-repo-2025-07-29, study]
|
||||
25-07-31.13:40:18.236 [http-nio-8095-exec-6] INFO RAGController - 查询 RAG 标签列表,数量:5,内容:[test-01, test-02, test-03, my-repo-2025-07-29, study]
|
||||
25-07-31.13:40:21.021 [http-nio-8095-exec-7] INFO RAGController - 查询 RAG 标签列表,数量:5,内容:[test-01, test-02, test-03, my-repo-2025-07-29, study]
|
||||
25-07-31.13:40:21.136 [http-nio-8095-exec-8] INFO RAGController - 查询 RAG 标签列表,数量:5,内容:[test-01, test-02, test-03, my-repo-2025-07-29, study]
|
@ -32,6 +32,12 @@ http {
|
||||
proxy_set_header Host $host;
|
||||
proxy_set_header X-Real-IP $remote_addr;
|
||||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||
|
||||
client_max_body_size 50M; # 允许上传 50MB
|
||||
# 添加代理超时设置(单位:秒)
|
||||
proxy_connect_timeout 3600s;
|
||||
proxy_send_timeout 3600s;
|
||||
proxy_read_timeout 3600s;
|
||||
}
|
||||
|
||||
location / {
|
Before Width: | Height: | Size: 117 KiB After Width: | Height: | Size: 117 KiB |
Loading…
x
Reference in New Issue
Block a user