Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- Ai
- 인컨텍스트 러닝
- 컨텍스트 매니져
- 파라미터 힌트
- 프롬프트 튜닝
- Cognitive Search
- 대스크
- 모험
- GPT
- 제로샷
- 퓨샷
- 반복문
- 파이썬
- Docker
- Cognitive Service
- UDF
- 토끼
- Compute
- 도커
- 검색
- 조건문
- Redshift
- dask
- 동화책
- Azure
- 인자 힌트
- FOR
- AI 동화
- 아기동화
- Python
Archives
- Today
- Total
목록Index (1)
호랭이 분석가
[Azure] Cognitive Search Index Field 종류 (Python)
Python을 이용하여 Azure Cognitive Search의 Indexes를 생성할 때, 사용할 수 있는 Field Class는 무엇이 있는지 알아보겠습니다. azure.search.documents.indexes.SearchIndexClient class A client to interact with Azure search service index. learn.microsoft.com Azure Documents에서 제공하는 "hotels"란 이름의 index를 지정된 fields의 값으로 생성하는 예제입니다. name = "hotels" fields = [ SimpleField(name="hotelId", type=SearchFieldDataType.String, key=True), Simple..
Azure/Cognitive Search
2023. 7. 4. 00:28