llmware-ai / llmware

Unified framework for building enterprise RAG pipelines with small, specialized models
https://llmware-ai.github.io/llmware/
Apache License 2.0
4.63k stars 851 forks source link

In text citation #450

Open ChiranjibChaudhuri opened 7 months ago

ChiranjibChaudhuri commented 7 months ago

Hi, Is it possible to generate in-text citations in the format of academic journal articles using llmware?

With regards, Chiranjib

MacOS commented 7 months ago

Hi,

there are a lot of different academic citation styles. Which one are you talking about?

Which LLM are you working with?

ChiranjibChaudhuri commented 7 months ago

Hi, Thank you for the reply. I want to create citations in (Author, year ) format. I am using Mistral7B through LMStudio.

With regards, Chiranjib

MacOS commented 7 months ago

thank you for the clarification. Can you please post a self-contained example on what you have tried so far, and ideally on how you image it to work?

Jackjojs commented 3 months ago

Hi, any updates here?