Skip to content

本科毕业设计——用多模态大模型构建本地知识库, 并塞入 HTTP 文件服务器系统(玩具项目啊啊,一次编译,处处报错,呵呵呵 :)

License

Notifications You must be signed in to change notification settings

Illusionna/Ollava

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

完成 API 手册, 完成 CLI 命令行.

README

About

This is the official Wails Vue template.

You can configure the project by editing wails.json. More information about the project settings can be found here: https://wails.io/docs/reference/project-config

Live Development

To run in live development mode, run wails dev in the project directory. This will run a Vite development server that will provide very fast hot reload of your frontend changes. If you want to develop in a browser and have access to your Go methods, there is also a dev server that runs on http://localhost:34115. Connect to this in your browser, and you can call your Go code from devtools.

Building

To build a redistributable, production mode package, use wails build.

go build -ldflags "-s -w -H=windowsgui" -o main.exe main.go

gcc main.c -O2 -s -flto -static -lgdi32 -lgdiplus -mwindows -o main.exe

Go version 1.23.4

Node.js version 20.12.2

npm version 10.7.0

wails version 2.9.2

解析文件 --> 存放数据库

AI 搜索 --> 语义搜索、文本对话搜索、图片搜索、图片对话搜索

普通搜索需要进一步优化:如果当前目录是全选,则返回该目录而非目录的所有文件,这样会加快后端搜索速度.

wails 构建的本地软件界面设计.

功能禁用权限设计.

About

本科毕业设计——用多模态大模型构建本地知识库, 并塞入 HTTP 文件服务器系统(玩具项目啊啊,一次编译,处处报错,呵呵呵 :)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published