bjwswang

Results 33 issues of bjwswang

When read msp certificate base on `IdentityIdentifier` which contains `MSPID` and `ID`, the sdk now use a `extracted` orgname which comes from `cryptoConfigMSPPath`. Why not just directly use the `MSPID`?...

Avalon register a worker with details which includes AVR to blockchain, then a user client can retrieve worker details and veirfy the AVR accordingly. The question is how do we...

I am recently leanring to use `sidetree` to manage DIDs . There are many protocols without any example code which is really not good for beginners . I start a...

I followed this guide https://github.com/go-skynet/LocalAI/tree/master/examples/chatbot-ui on my virtual machine which provides 7G memory. When i post a request to chatbot, the api container just crashed. The memory drpped down to...

kind/question
need-more-information

https://github.com/amikos-tech/chroma-go/blob/main/main.go#L61 Now this `NewClient` do not provides any options to let user customize the configurations like ` log level` especially

llama-factory only supports single gpu when using its GUI. See https://github.com/hiyouga/LLaMA-Factory?tab=readme-ov-file#llama-board-gui

1. user uploads a imiage, call a multimodal service(qwen-vl) to identify it (maybe with documentloader) and embedding the `description message` to vectorstore with extra image info. 2. Based on user's...

priority-medium
multimodal

enhancement
priority-high

Now we can use a different embedding model during rag evalution with two parameters - `--embedding-api-base` - `--embedding-api-key` See https://github.com/kubeagi/core-library/blob/main/libs/cli/kubeagi_cli/cli.py#L84

priority-low
evaluation

Instead of focusing on a single data modality, such as text or images,,multimodal approaches consider and analyze data from various modalities simultaneously, including text, images, audio, video, sensor data, etc....

Story